Skip to content

artlu99/aes256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES256 Local Encryption (Web Crypto API)

standalone html + modern JS + CSS to do encryption/decryption in a browser

battle-tested and portable encryption

to encrypt (enter password at prompt (twice), then type/paste plaintext. Enter is newline, so Ctrl-D is End-Of-File)

openssl enc -aes-256-cbc -salt -pbkdf2 -base64

to decrypt (enter password at prompt, then type/paste ciphertext. Enter is newline, so Ctrl-D is End-Of-File)

openssl enc -aes-256-cbc -d -salt -pbkdf2 -base64

About

in-browser encryption and decryption

Resources

License

Stars

Watchers

Forks

Contributors

Languages