File Encrypt
Encrypt any file with AES-256-GCM using a password. Decrypt .ffenc files back to their originals. Files never leave your device.
File to encrypt
📄
Drop any file here
or click to browse
Password
⚠️ There is no password recovery. If you forget your password, the file cannot be decrypted. Store it safely.
🔒AES-256-GCM encryption runs entirely in your browser using WebCrypto. Files never leave your device.
How the encryption works
AES-256-GCM
Military-grade authenticated encryption. Protects both the file content and detects any tampering.
PBKDF2
Your password is stretched with 250,000 iterations of SHA-256 to resist brute-force attacks.
Random salt + IV
A unique 16-byte salt and 12-byte IV are generated for every encryption, so identical files produce different output.