Text Encrypt / Decrypt
Type some text and a password to get a ciphertext you can share; paste that ciphertext back with the same password to recover it. Everything happens in your browser. Nothing is sent anywhere.
Encryption uses AES via the Stanford JavaScript Crypto Library (SJCL, PBKDF2 key derivation). Keep the password safe: without it, the ciphertext can't be recovered.