INTRODUCE TO AES
From G and Wiki, I knew a little bit of AES. For learning purpose, I rewrited it.
Advanced Encryption Standard is known by its original name Rijndeal. It have some features:
- Each cipher block have 128-bits length.
- There are 3 key size: 128, 192 and 256 bits length.
- There are many mode of AES such as: Electronic CodeBook, Cipher Block Chaining, Cipher FeedBlock, Output FeedBlock,Counter.
Let's me see.. first terms is Initialzation Factor (IV).
03:09