Encrypt or decrypt text with AES-GCM and a password derived in this tab. It is a test bench. It is not a password manager, not ‘military-grade,’ and if you forget the password the bytes are gone.
You want to round-trip a string with AES-GCM and a password, without sending either to a “encrypt online” host. That is this page.
Not password generator. Not hash generator. Not HMAC. We will not say military-grade.
How to use it
- Paste plaintext or ciphertext. Enter the password.
- Encrypt or decrypt in this tab.
- Store the password somewhere that is not this page. Lose it and the data is gone.
Honest limits
- Not a file vault (no 32 MB disk encryption product).
- Not WhatsApp-level messaging E2E.
- Ciphertext from another site’s mystery CBC+MD5 will not decrypt here.
This is a local test bench, not a compliance control.