Easy Cryptor (Web Crypto API)
🔒 Zero-Network Security (Enforced via CSP)
Network activity is completely disabled at the browser level via Content Security Policy (
connect-src 'none'
). All crypto operations are performed locally using the native Web Crypto API.
Encryption Parameters:
Cipher: AES-256-GCM Key Derivation: PBKDF2 (SHA-256, 100,000 iterations, 256-bit key) Data format: Base64 [Salt (16B) + IV (12B) + Ciphertext]
Passphrase:
Text to Encrypt / Decrypt:
Encrypt
Decrypt
Result: