AES-256-GCM encryption
Encrypt and decrypt text with a password.
Advertisement
Before you start
Lost passwords cannot be recovered.
Frequently asked questions
Why does the same note and password produce different results?
Each encryption generates a fresh salt and IV. Decryption needs the same password and the complete output. There is no password recovery; keep the password safe and separate from the result.
Is my file or input sent to a server?
No. Processing stays in your current browser session.