Encryption in Action
This interactive demo shows you exactly how FileFortress protects your data, all within your browser.
1. Your Data
Enter the text and keys for the demo.
2. Encrypted
3. Decrypted
How It Works
This demo shows the end-to-end encryption process that happens entirely in your browser.
- Input: Your text, password, and security key are combined.
- Key Derivation: A strong encryption key is derived from your inputs using a process called PBKDF2. This makes it hard to guess the password.
- Encryption: The derived key is used with the AES-GCM algorithm to encrypt your text into an unreadable format.
- Decryption: The process is reversed. The same password and key must be provided to derive the exact same key and unlock the data.
Nothing you enter here is sent to any server. It's all done on your device.