๐€๐–๐’ ๐Š๐Œ๐’ โ€” ๐Š๐ž๐ฒ ๐Œ๐š๐ง๐š๐ ๐ž๐ฆ๐ž๐ง๐ญ ๐’๐ž๐ซ๐ฏ๐ข๐œ๐ž ๐๐š๐ซ๐ญ ๐Ÿ

๐ŸŽ€๐ƒ๐š๐ฒ๐Ÿ“๐Ÿ•#๐Ÿ๐ŸŽ๐ŸŽ๐๐š๐ฒ๐ฌ๐จ๐Ÿ๐œ๐ฅ๐จ๐ฎ๐๐ฌ๐ž๐œ๐ฎ๐ซ๐ข๐ญ๐ฒ๐œ๐ก๐š๐ฅ๐ฅ๐ž๐ง๐ ๐ž๐ŸŽ€

Ranjinnijoshe
2 min readSep 19, 2023

๐Ÿ“š Outline

In this blog we will see the primary purpose of Cloud Encryption and by implementing AWS KMS we can enhance the security that provides a secure and scalable way to manage cryptographic keys used to encrypt your data.

Let's first understand Cloud Encryption,

Cloud encryption is the process of encoding and transforming data before transferring it to the cloud.

Why its Important to encrypt in Cloud ?

Types of Cloud Encryption

Symmetric Encryption

Also known as secret-key encryption
- Same key is used to encrypt and decrypt
Types,
3DES
Blowfish and Twofish
AES etc

Google

Asymmetric Encryption

Also called public-key encryption. Different keys are used to Encrypt and Decrypt, encryption occurs with the public key, while decryption occurs with the private key.
Types,
Elliptic Curve Cryptography
RSA etc.,

Google

Cloud Encryption and key(s) in tandem

Google

Client-side encryption
Encryption Mechanisms in transit
End-to-End Encryption
File-Level Encryption
Secure Sockets Layer (SSL) / Transport Layer Security (TLS)
SOAP Connectors, SMTP, SFTP

Server-side encryption
Encryption Mechanisms at rest
SSE-S3
SSE-KMS
SSE-CMK

Conclusion

Knowing the Cloud Encryption importance and implementing AWS KMS will be the powerful to secure the services, objects for managing encryption keys, and its integration with other AWS services makes it a convenient choice for securing your data in the cloud. Its helps to meet security and compliance requirements while maintaining ease of use and scalability.

๐Ÿ™Thanks for Reading ๐Ÿ™

๐ŸŒŸ Expressing heartfelt appreciation to everyone who read my blog.๐ŸŒŸ

--

--