This document proposes a method for secure data storage in the cloud using RSA encryption and data division. User data is first encrypted using RSA encryption. It is then divided into blocks and distributed across multiple cloud servers. Verification tokens are also generated before distribution to allow checking of data integrity stored on the cloud servers. If tokens from the user and cloud servers match, the data integrity is verified. If not, it indicates unauthorized modification of data by someone other than the owner. This approach aims to provide secure storage of user data in the cloud.