This document summarizes a proposed lightweight secured data sharing scheme for cloud computing. It discusses issues with securely sharing data over cloud systems, including lack of control over data and potential for exploitation. The proposed system uses a combination of Attribute-Based Encryption (ABE) and Byte Rotation Encryption to encrypt data before uploading it to the cloud. This allows users to securely store and share encrypted data. The system aims to work efficiently on devices with limited resources by encrypting data in parallel threads. The encrypted data is decrypted using a randomly generated key that is shared only with authorized users.