[AWS] Encrypting your data easily via KMS on AWS
1) Symmetric Encryption How it works: Example: AES(Advance Encrypt Standard) – block cipher of 128, 192, 256 bits, most well-known and effective use. Take billions of years to crack, more secure than DES, Triple DES, IDEA.DES(Data Encrypt Standard)Triple DESIDEA (International Data Encryption Algorithm)TLS/SSL Protocol: session key Pros:– Encrypt & Decrypt large amount data quickly– Easy…
Read More “[AWS] Encrypting your data easily via KMS on AWS” »