Encrypt & decrypt text
Protect a message with a password using strong AES-GCM encryption — done locally, so only someone with the password can read it.
Advertisement
Frequently asked questions
Is this secure?
It uses AES-GCM with a key derived from your password (PBKDF2). Everything runs locally; nothing is sent anywhere.
What if I forget the password?
There's no recovery — the encryption is real, so keep your password safe.
More free tools
Advertisement