AES or Advanced Encryption Standard is a symmetric encryption standard that is established by the US NIST (National Institute of Standards and Technology) in 2001. It is also a block cipher. It divides the input plaintext into several equal-sized blocks and then the encryption algorithm is applied to each block.
AES is also a subset of the Rijndael block cipher. Rijndael block cipher uses different keys and block sizes. Among those different block sizes and key lengths, AES uses a block size of 128 bits and key lengths of 128, 192, or 256 bits.
How does the AES encryption algorithm work? In this article, we would discuss that in detail.
0 Comments