This document proposes a hybrid cryptography algorithm-based secured storage Android app. It discusses how cryptography is commonly used for data protection and reviews different approaches for securely storing and sharing files over the internet. The proposed app uses hybrid encryption where files are split and encrypted using AES and RSA is used for secure communication between users and cloud servers. It provides confidentiality, integrity, and accessibility. The encryption process splits files, encrypts each slice and the key, and stores them on the cloud server. The decryption process decrypts the key first before decrypting and reconstructing the file.