Skip to content

M1TKO/AES-encryption-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

Encrypt and decrypt text with AES algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published