The workshop · The security corner
The security cornerEncrypt and decrypt a file with a password
Drop a file in and give a password: you walk away with a strongbox nobody can open without it. Drop a strongbox in, give the password, and you get the original file back, with its name.
Any type of file100 MB per file
Your file never leaves your device
This tool works entirely inside your browser. Not one byte of your file is sent anywhere, and nothing is kept once the tab is closed.
Checkable in ten seconds, without taking our word for it:
- Open your browser's inspector: the F12 key (or Ctrl+Shift+I, or Cmd+Option+I on a Mac).
- Go to the “Network” tab, then clear the list.
- Process a file on this page. The list stays empty: no request goes out.
- To go further: cut your connection and do it again. The tool still works.
This absence of requests is also checked BY MACHINE before every release: a lock drives a real browser, processes a real file, and refuses to publish if a single byte goes out.
Going further
This tool does not look at the contents of your file: it encrypts bytes. There is therefore no list of formats. It only looks at the first six bytes, to know whether it has a strongbox to open rather than a file to lock.
VerifyThe proof, step by stepThe network inspector check, explained one gesture at a time, with screenshots.
The cornerThe security cornerThe other tools in this corner of the workshop.
UnderstandHow this is builtThe formats actually handled, browser by browser, and what we ruled out.