File Encryption
Encrypt and decrypt files with AES-256-GCM. Password-based key derivation with PBKDF2.
All processing happens in your browser
Drop a file to encrypt
Max 100MB per file
Algorithm: AES-256-GCM with PBKDF2 key derivation (100K iterations, SHA-256)
Format: Salt (16B) + IV (12B) + ciphertext. Output has .enc extension.
Max file size: 100MB