This document discusses cryptography techniques for ensuring security in cloud computing. It begins by providing background on cloud computing and noting that privacy and security are key concerns. It then discusses how cryptography can address these concerns through various encryption algorithms. Specifically, it outlines symmetric key algorithms like AES, DES, and 3DES that use a single private key for encryption and decryption. It also briefly mentions asymmetric key algorithms like RSA that use public/private key pairs. The document focuses on how properly implementing cryptography through these algorithms can help secure data storage, transmission, and access in cloud environments.