Runs entirely in your browser - no network calls. Use a strong passphrase. Ciphertext is JSON (base64 fields) you can copy/paste anywhere.
Ciphertext format
Example structure (copy/paste safe):
{
"v": 1,
"kdf": "PBKDF2",
"iter": 200000,
"hash": "SHA-256",
"alg": "AES-GCM",
"salt_b64": "...",
"iv_b64": "...",
"ct_b64": "..."
}