Skip to content
Allin

File encryption

Encrypt or decrypt any file with a password (AES-256).

File encryption is free to use as often as you like, directly from this page. It sits under Privacy in our catalogue, alongside EXIF metadata cleaner and Django Secret Key Generator.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What is File encryption?

Encrypt or decrypt any file with a password (AES-256).

When would I actually use this?

Before sharing something: stripping the location and device data a photo carries, removing the metadata a document keeps, and checking what is actually left behind.

What is the most common mistake?

Assuming a screenshot is anonymous. It carries the interface around the content — names, timestamps, notification previews and account details in the corners — and those are read as readily as the part you meant to share.

What else is filed next to it?

EXIF metadata cleaner, Django Secret Key Generator and Password generator share its section. They are not variants of it — being filed together is not the same as being alike — but that is where to look if this turned out not to be the tool you wanted.

Where do the figures come from?

Metadata is removed by rewriting the file without those segments — the pixels are untouched, only the tags around them go. What a given format stores varies, and the tool reports what it found before removing it.

Further reading

All guides
GuideEncrypt a File, Then Send the Key Down a Different RoadThe encryption is the easy half. Here is exactly what the browser tool does to your file — cipher, key derivation, salt, nonce — and why an encrypted attachment with the passphrase in the same thread protects nothing at all.GuideGenerating an Application Secret Key CorrectlyHow to tell a sound secret-key generator from an unsound one, using this one as a worked example: which random source it calls, how to compute the entropy yourself, and what actually breaks the day you rotate the key.GuideWhat a Password Manager Cannot MeasureEntropy prices one attack: offline guessing against a stolen hash. Above roughly 90 bits the number stops deciding anything — and the meter on this site under-reported a random 20-character password in 300 draws out of 300.ExplainerStripping Photo Metadata: What Actually Comes OffA JPEG can carry six separate metadata blocks, not one. We built a file holding all of them — coordinates, camera serial, a hidden thumbnail, XMP, IPTC, a comment — pushed it through the cleaner, and read the output byte by byte to see what survived.How-toWhat EXIF Data Reveals, and How to Strip It ProperlyA photo file carries coordinates, an exact timestamp, the device and lens, and on some cameras a serial number. Here is what is actually in the block, what stripping does and does not fix, and how to verify it worked.GuideSecuring a Home Wi-Fi Network: the Key, the Protocol and the Guest NetworkThe generator's random source audited line by line, what SAE actually removes, why transition mode gives most of it back, and the thing every guest-network guide leaves out.