Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 987 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 987 Bytes

AES-encryption-website

Encrypt and decrypt text with AES algorithm ⚡

####:closed_lock_with_key: Encription modes: 128bit, 192bit & 256bit. ####:key: Shows the result of encryption in base64.

How secure it is?

AES encryption is used by U.S. for securing sensitive but unclassified material, so we can say it is enough secure. ✉️

How to use it?

If you want to encrypt a text put it in the white textarea above, set the key of the encryption then push the Encrypt button.
The result of the encryption will appear in base64 encoded to prevent character encoding problems.
If you want to decrypt a text be sure it is in base64 encoded and is encrypted with AES algorithm!
Put the encrypted text in the white textarea, set the key and push the Decrypt button.

###How it looks? how ti looks


Big thanks to AESencription.net for the AES algorithm :)