Encrypt Decrypt Text with Password Free
Encrypt and decrypt text with AES-256 and a password. Password never sent to server. In the browser.
Password is never sent to any server. Everything runs in your browser (AES-256).
Encrypt
Decrypt
Related tools
Frequently asked questions
- How is text encrypted?
- The tool uses crypto-js with AES-256. You enter a password; encryption runs in your browser. The password is never sent to any server.
- Is the password stored?
- No. The password is only used locally to encrypt or decrypt. You must remember it to decrypt later.
- Can I share encrypted text?
- Yes. Copy the encrypted string and share it. The recipient needs the same password to decrypt (e.g. with this tool).
- What if I lose the password?
- There is no way to recover the text without the password. Keep it in a safe place.
- Is this secure?
- AES-256 is a strong standard. Security also depends on a strong password and not sharing it.