Actions

From this window we can access each one of the operations that are performed in the rounds of the AES algorithm. The aim of this section is to facilitate a better understanding of the process and to test its functioning. In each of these operations it is used a 4x4 matrix called state, and the data is entered this way.

By pressing the button "Cancel" we return to the main window of the application.

For a more detailed and theoric information of this process, please see:
Encryption,Decryption, AddRoundKey, MixColumns, ShiftRows, SubBytes.