Encrypt files online in the browser

Nothing ever leaves your machine. This script will gzip and encrypt your file with openpgp in the browser and push you back a .gz.gpg encrypted file.

No files are sent to our servers...or anyone else's. You'll want to remember the password you used to encrypt it in order to decrypt it with gpg on your computer.

Visit us on github: https://github.com/profullstack/encryptfiles-web

-- or --

Files can be decrypted with gpg filename.gz.gpg and unzipped with unzip filename.gz

Installing gpg and gzip: