Secure File Tool
Encrypt or decrypt files locally with AES-256-GCM.
Select a file to detect encrypt or decrypt.
How it works
- Select a file β the tool reads it in memory. Plain files are marked for encryption; files starting with
AES256ENC:are marked for decryption. - Enter your secret key β the browser hashes it with SHA-256 to derive a 32-byte AES key. Your raw password is never stored.
- Click Download β the file is encrypted or decrypted with AES-256-GCM, then saved to your device. Encrypted files include a
testverification block so the key is checked before decryption.
Open this page over https:// or localhost β Web Crypto requires a secure context.
You can disconnect from the internet after loading the page; everything still works offline.