When you use most “free online converters,” something happens that almost nobody thinks about: your file leaves your device. It is uploaded, in full, to a server you have never seen, owned by a company you have never met, in a country you may not even know.
For a meme, who cares. For a scanned passport, a medical document, a signed contract, or a private photo? That should give you pause.
What actually happens to an uploaded file
When a converter does its work “in the cloud,” your file is:
- Transmitted across the internet to the provider’s servers.
- Stored, at least temporarily, on their disks.
- Processed by their software.
- Deleted — supposedly, eventually, on a schedule you have to trust.
Every one of those steps is a point where your data could be logged, retained, leaked in a breach, or quietly used for something you never agreed to. “We delete files after one hour” is a promise, not a guarantee.
The fix: never upload in the first place
The safest file is the one that never moves. Modern browsers are powerful enough to convert images, and increasingly documents and audio, entirely on your own device — using technologies like the Canvas API and WebAssembly.
That is the entire idea behind ZeroUpload. The conversion runs in your browser. Your file is read from your disk, transformed in your device’s memory, and handed back to you as a download. It is never transmitted anywhere.
Want proof? Open the converter, then turn off your internet. It still works. A tool that runs with the internet disconnected physically cannot be uploading your files.
How to tell if a converter is private
- Does it work offline? If yes, it is local. If it breaks, it is uploading.
- Is there a file size limit and a queue? Those are signs of a server doing the work (and paying for it).
- Does it ask you to “wait while we process”? Local conversion is instant.
The bottom line
You should not have to hand your private files to a stranger just to change a file extension. Convert locally, keep your data, and never think about a “deletion policy” again.
Try a private, in-browser conversion now: convert PNG to JPG or browse all image converters.