AES is a block encryption type, each block is 128 bits in size. Symmetric keys with 3 sizes are 128, 192 and 256 bits, of which the following two sizes are used by the US government for high-level confidential documents, called 'Top Secret'.
Rijndael was originally allowed to add blocks and increase the key length but the standard was later dropped, keeping the standard size as mentioned above. AES is the only widely released encryption standard approved by NSA to protect government information at the highest level.
AES uses the Swn - Substitution Permutation Network (SPN) algorithm. The data is converted into a secure form in a few steps, starting with the standard size plain text block, then inserting into the row and then coding. Each time there are steps to replace, convert, mix.
Just as 3DES has 3 coding steps, AES also has many steps but is implemented more, depending on the key length, with a key of 128 bits is 10 times, 192 bit key is 12 times and 256 bit key is 14 times.
In this process, the encryption key is created and must also have this key to decrypt. Otherwise, the data will just be an unreadable mess. Both the sender and the receiver must know the encryption and decryption key.
Anyone can use AES today, just like its open source source. For example, through AES Encryption page the data is placed in the text box, the key is entered below and the key length is selected, all 3 key lengths are supported. Then choose encryption or decoding is okay. Although anyone can use AES via the web, the web interface is unsafe, so it is difficult for the government to use it.
AES encryption interface right on the web
Although AES was originally created for the US government to secure data, it could also be used to transfer data over secure networks. AES is used to share files over HTTPS connections, more secure than HTTP, which is designed to prevent intermediate attacks.
AES is also used to encrypt WiFi on the router, when combined with the popular WPA2 protocol, it is called AES / WPA2. Other security protocols used with WPA2 are TKIP older than AES and are believed to be no longer secure. AES is also used to support SSL encryption.
See more: