The Hidden Cost of Free Conversion Tools
Every day, millions of people upload sensitive documents — tax forms, contracts, medical records, personal photos — to free online conversion tools without thinking twice.
But here is the uncomfortable truth: most free converters do not delete your files immediately. Some keep them for hours. Some keep them for days. And some do not have a clear policy at all.
In 2024, a security researcher found that several popular converters stored uploaded files on publicly accessible cloud storage buckets — meaning anyone with the right URL could download other users' files. The tools have since fixed the issue, but it highlighted a systemic problem in the industry.
What Typically Happens When You Upload a File
Here is the standard pipeline at most online conversion services:
- 1. Upload — Your file is sent to the server over HTTPS (encrypted in transit)
- 2. Storage — The file is saved to temporary storage (usually AWS S3, Google Cloud, or local disk)
- 3. Processing — The conversion happens on the server
- 4. Download — You receive a link to download the converted file
- 5. Deletion — The files are deleted... eventually
The critical question is step 5. Deletion policies vary wildly:
| Service Type | Typical Retention |
|---|---|
| Privacy-focused tools | 15 min to 1 hour |
| Major branded tools | 2 to 24 hours |
| Free ad-supported tools | 24 hours to 7 days |
| Some lesser-known tools | Unclear or unstated |
The longer your files sit on someone else's server, the greater the risk of a data breach, unauthorized access, or accidental exposure.
Red Flags to Watch For
Be cautious of file converters that:
- Have no privacy policy — If they do not state how long files are kept, assume indefinitely
- Require account creation for basic features — They may be linking files to your identity for data mining
- Show ads from third-party networks — Ad scripts can potentially access page content
- Do not use HTTPS — Your files are sent in plain text, visible to anyone on the network
- Offer to store your files — Convenience features like "file history" mean your documents live on their servers
- Are headquartered in jurisdictions with weak data laws — Data protection enforcement varies significantly by country
The safest approach is to assume any file you upload could be seen by someone else and act accordingly.
How to Protect Yourself
Practical steps to keep your files safe:
1. Use privacy-first toolsChoose converters that explicitly state short retention periods and automatic deletion. At Reformat, we auto-delete all files within 1 hour — no exceptions.
2. Check for encryptionLook for HTTPS in the URL bar. Better yet, look for services that encrypt files at rest (on their servers), not just in transit.
3. Strip metadata before uploadingPhotos contain EXIF data (GPS location, device info, timestamps). Documents may contain author names, revision history, and comments. Remove metadata before uploading sensitive files.
4. Use client-side conversion when possibleSome tools process files entirely in your browser using WebAssembly or JavaScript — your file never leaves your device. This is the gold standard for privacy.
5. Avoid uploading truly sensitive filesFor documents containing social security numbers, financial data, or medical records, consider using offline desktop software instead of online tools.
What Reformat Does Differently
We built Reformat with privacy as a core principle, not an afterthought:
- Automatic deletion — All uploaded and converted files are permanently deleted within 1 hour
- No file logging — We do not store filenames, content previews, or conversion history
- Encrypted storage — Files at rest are encrypted with AES-256 on AWS S3
- HTTPS everywhere — All data transfer is encrypted with TLS 1.3
- No account required — Convert files without creating an account or providing personal information
- No third-party access — We do not share files with advertisers, analytics providers, or any third party
We believe file conversion should be a utility — you use it, you get your file, and both copies disappear. No strings attached.
The Future: Client-Side Processing
The industry is slowly moving toward client-side processing, where conversions happen entirely in your browser:
- WebAssembly makes it possible to run C/C++ libraries (like FFmpeg for video or Poppler for PDF) directly in the browser at near-native speed
- Web Workers enable heavy processing without freezing the browser tab
- File System Access API lets web apps read and write files on your device
Client-side processing eliminates the privacy concern entirely — your file never touches a server. The tradeoff is that complex conversions (especially video) are slower on client hardware than on powerful servers.
At Reformat, we use client-side processing for simpler conversions and server-side for heavy lifting, always with automatic deletion.
FAQ
It depends on the service. Use tools with clear privacy policies, HTTPS, and short file retention. For highly sensitive documents (legal, medical, financial), prefer offline tools.
Can online converters see my file content?Technically, yes — the server processes your file, so it has access to the content during conversion. This is why choosing a trusted provider matters. Client-side tools are the exception.
Do free tools sell my data?Most do not sell your actual files, but some ad-supported services track your usage patterns and may share metadata with advertisers. Privacy-focused tools like Reformat do not track or share any data.