AES Encryption And Decryption - itzdharanish/Cyber-Security-Placement-Training GitHub Wiki
AES encryption
AES encryption: The Advanced Encryption Standard (AES) is an algorithm that uses the same key to encrypt and decrypt protected data. Instead of a single round of encryption, data is put through several rounds of substitution, transposition, and mixing to make it harder to compromise
- you need to open the AES encryption in The browser
-
open the first link
-
Enter the text in AES encryption box which is in left side
- And enter any secret 16 digit code in the bar
-
click encryption button
-
Encrypted text will appear in the bar
-
select and copy Encrypted text
-
Paste the encrypted text in the AES decryption bar
-
enter the same secret key in the bar
-
click decrypt button
-
now the enter text will showed in bar
another way is with base64 decoder for internet not requied secret key