Quick Encrypt/Decrypt
Encrypt and decrypt text or files with just a passphrase, using age passphrase encryption.
How to use Quick Encrypt/Decrypt
- Pick the text or file tab.
- Enter a passphrase and provide the content to encrypt.
- Results are base64 text or a .age file, decrypted with the same passphrase.
Frequently asked questions
Does my passphrase leave the browser?
No. Encryption runs locally, so neither the passphrase nor the content is uploaded.
Is the output compatible with the age CLI?
Yes. It uses the standard age passphrase (scrypt) format, so the age command-line tool can open the same files.