Back to Creative Stuff

File Encryptor

Encrypt any file with a password. Nothing leaves your browser.

AES-256-GCM encryption with PBKDF2 key derivation (100k iterations). Works on any file type. Your files and password never leave this page.

Drop files here

or click to browse · select multiple files

Min 8, Max 64 chars

How it works

1PBKDF2

Your password is stretched through 100,000 iterations of PBKDF2-SHA256 with a random salt to derive a 256-bit key.

2AES-256-GCM

The file is encrypted with AES-256-GCM using a random IV. The auth tag ensures any tampering is detected on decrypt.

3Self-contained

Salt and IV are stored in the .enc file header. You only need your password to decrypt it — on any device with this page.