This document discusses using encryption to securely store data in the cloud. It focuses on implementing the Advanced Encryption Standard (AES) algorithm to encrypt data before uploading it to a cloud server. AES is a strong encryption standard that has not been practically cracked. The project aims to create a website that allows users to register, upload encrypted files to the cloud, download and decrypt files using a password, and perform basic calculations on data files. Administrators can view users and files. By encrypting data with AES before storage, the project aims to address security and privacy concerns of cloud computing.