AES ENCRYPTION AND DECRYPTION - Gopinath2014/cyber-security-training GitHub Wiki
WHAT IS AES ENCRYPTION Advanced Encryption Standard (AES) is a highly trusted encryption algorithm used to secure data by converting it into an unreadable format without the proper key. PROCEDURE
- In chrome search AES and DES encryption
- Enter the data to be encrypted plain text
- Enter secret key upto 16 numbers
- Finally,you can decrypt the messages image
- Now copy the encrypted data and paste it in the box "enter the data to be decrypted"
- Also copy, paste the secret key and click on the decrypt. You can see the original plain text.
- Now set the output text format to Base64 and decrypt the data. Copy the decrypted text and move to Base64 decoder website to get the plain text without using secret key.