Symmetric key algorithm - (2) AES
AES is a symmetric key encryption algorithm that has replaced DES due to its higher security and efficiency.
1. Block Cipher Structure
AES encrypts fixed-size 128-bit blocks of data.
Unlike DES (which uses a Feistel structure), AES uses a substitut...
psk-study.hashnode.dev3 min read