<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mike Taylor</title>
    <description>The latest articles on DEV Community by Mike Taylor (@lmrvngn).</description>
    <link>https://dev.to/lmrvngn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3785414%2F9b510f6e-4d4b-4916-bb98-99a9f9477db9.png</url>
      <title>DEV Community: Mike Taylor</title>
      <link>https://dev.to/lmrvngn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lmrvngn"/>
    <language>en</language>
    <item>
      <title>I looked into where your files go when you “Convert” them online. It’s worse than you think.</title>
      <dc:creator>Mike Taylor</dc:creator>
      <pubDate>Sun, 22 Feb 2026 19:22:19 +0000</pubDate>
      <link>https://dev.to/lmrvngn/i-looked-into-where-your-files-go-when-you-convert-them-online-its-worse-than-you-think-4li1</link>
      <guid>https://dev.to/lmrvngn/i-looked-into-where-your-files-go-when-you-convert-them-online-its-worse-than-you-think-4li1</guid>
      <description>&lt;p&gt;Last year I needed to sign a PDF. A rental contract.&lt;/p&gt;

&lt;p&gt;I didn't think about it. Googled "sign PDF online." Clicked the first result. Uploaded my contract. Added my signature. Downloaded the signed file. Closed the tab.&lt;/p&gt;

&lt;p&gt;Then I wondered: where did my signed contract just go?&lt;/p&gt;




&lt;p&gt;I'm a developer. I build web tools for a living. So I started digging.&lt;/p&gt;

&lt;p&gt;What I found is the reason I spent the past month building my own converter.&lt;/p&gt;




&lt;h2&gt;
  
  
  The FBI called this "rampant"
&lt;/h2&gt;

&lt;p&gt;In March 2025, the FBI Denver Field Office &lt;a href="https://www.fbi.gov/contact-us/field-offices/denver/news/fbi-denver-warns-of-online-file-converter-scam" rel="noopener noreferrer"&gt;issued a public warning&lt;/a&gt; about free online file converters. Not a vague advisory. A proper warning, from an assistant special agent who used the word "rampant."&lt;/p&gt;

&lt;p&gt;Here's the thing: some of these converters actually work. They convert your file. You get your PDF or JPEG. Everything looks normal.&lt;/p&gt;

&lt;p&gt;But the output file has malware baked in. Invisible. Already on your machine.&lt;/p&gt;

&lt;p&gt;And while your file sits on their server? They scrape it. Social security numbers. Bank details. Passwords. Crypto wallet seeds. Whatever the document contains.&lt;/p&gt;

&lt;p&gt;Security researchers at &lt;a href="https://www.cloudsek.com/blog/byte-bandits-how-fake-pdf-converters-are-stealing-more-than-just-documents" rel="noopener noreferrer"&gt;CloudSEK&lt;/a&gt; identified specific malicious sites: docu-flex.com, pdfixers.com, candyxpdf.com. That last one impersonated a well-known legitimate converter. Thousands of people visited it in a single month before it got taken down.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.malwarebytes.com/blog/news/2025/03/warning-over-free-online-file-converters-that-actually-install-malware" rel="noopener noreferrer"&gt;Malwarebytes confirmed&lt;/a&gt; more fake converter domains distributing malware: imageconvertors.com, convertitoremp3.it, convertisseurs-pdf.com.&lt;/p&gt;

&lt;p&gt;These sites show up in normal Google searches. You wouldn't know they're dangerous until it's too late.&lt;/p&gt;




&lt;h2&gt;
  
  
  MIT tells its people: don't use them
&lt;/h2&gt;

&lt;p&gt;Not "be careful." Not "pick trusted ones."&lt;/p&gt;

&lt;p&gt;MIT's IT department &lt;a href="https://shassit.mit.edu/news/do-not-use-online-file-conversion-websites/" rel="noopener noreferrer"&gt;published a notice&lt;/a&gt; telling staff and students to not use online file converters. Full stop.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is MIT. Not your paranoid uncle.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  OK but that's the criminals. The "real" converters are fine, right?
&lt;/h2&gt;

&lt;p&gt;I thought so too. Then I looked at the trackers.&lt;/p&gt;

&lt;p&gt;I used &lt;a href="https://www.ghostery.com/whotracksme" rel="noopener noreferrer"&gt;Ghostery's WhoTracks.Me&lt;/a&gt; database. It's public, independent, and anyone can verify the numbers. Here's what I found on some of the biggest names in the space:&lt;/p&gt;

&lt;p&gt;One of the most popular file converters on the internet loads &lt;strong&gt;40 unique trackers&lt;/strong&gt; on its pages. 7.42 trackers on average per page. Facebook's tracking pixel fires on &lt;strong&gt;70% of page loads&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;What does Facebook learn from that? Not the content of your PDF. But it knows you visited. It knows you uploaded something. It builds a behavioral profile: this person signs rental contracts on Tuesday evenings. That goes into an ad auction. You might start seeing ads for accounting software and you'll never know why.&lt;/p&gt;

&lt;p&gt;Amazon Advertising. Criteo. Media.net. AppNexus. All loading in the background while you compress a photo.&lt;/p&gt;

&lt;p&gt;Another popular PDF tool, one that markets itself as privacy-focused and ISO certified, loads 24 trackers. Microsoft Advertising on 65% of page visits.&lt;/p&gt;

&lt;p&gt;And the one that surprised me most? An image compression tool that people recommend all the time as "the clean option." &lt;strong&gt;75 unique trackers&lt;/strong&gt;. PubMatic, AppNexus, The Trade Desk, Magnite, Taboola. More trackers than the one with the bad reputation.&lt;/p&gt;

&lt;p&gt;Even the cleanest mainstream converter I found still had 16.&lt;/p&gt;




&lt;h2&gt;
  
  
  77 million people found out the hard way
&lt;/h2&gt;

&lt;p&gt;In 2020, a PDF service called Nitro got &lt;a href="https://www.bleepingcomputer.com/news/security/hacker-leaks-full-database-of-77-million-nitro-pdf-user-records/" rel="noopener noreferrer"&gt;breached&lt;/a&gt;. 77 million user records. Email addresses, full names, hashed passwords, company names, IP addresses.&lt;/p&gt;

&lt;p&gt;It gets worse.&lt;/p&gt;

&lt;p&gt;The hacker group ShinyHunters claimed they also stole 1 terabyte of actual user documents. &lt;a href="https://www.bleepingcomputer.com/news/security/massive-nitro-data-breach-impacts-microsoft-google-apple-more/" rel="noopener noreferrer"&gt;BleepingComputer reported&lt;/a&gt; that document titles in the breach revealed files from Google, Apple, Microsoft, Chase, Citibank. Corporate strategies, pricing documents, product research.&lt;/p&gt;

&lt;p&gt;The database was auctioned on hacker forums. Then &lt;a href="https://haveibeenpwned.com/Breach/Nitro" rel="noopener noreferrer"&gt;leaked publicly&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Nitro's first response? They told the Australian Stock Exchange it was a "low impact security incident" with "no customer data impacted." &lt;a href="https://www.upguard.com/news/nitro-data-breach" rel="noopener noreferrer"&gt;UpGuard's analysis&lt;/a&gt; proved that wasn't true.&lt;/p&gt;




&lt;p&gt;Different kind of scam. Less dramatic. Way more common.&lt;/p&gt;

&lt;p&gt;A site called online-file-converter.com &lt;a href="https://www.trustpilot.com/review/online-file-converter.com" rel="noopener noreferrer"&gt;charges €0.50 for a single conversion&lt;/a&gt;. Sounds fair, right? Except that payment quietly enrolls you in a €47.90/month subscription.&lt;/p&gt;

&lt;p&gt;Forty-eight euros a month. Because you converted one file.&lt;/p&gt;

&lt;p&gt;Trustpilot is full of people who discovered the charges months later. No reminder email. Confirmation landing in spam.&lt;/p&gt;




&lt;p&gt;Most converters delete files within a few hours.&lt;/p&gt;

&lt;p&gt;But one well-known converter, millions of users, operating since 2006, &lt;a href="https://www.zamzar.com/privacy/" rel="noopener noreferrer"&gt;keeps your uploads for 7 days&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A full week. Your tax return, your medical records, your rental contract, sitting on someone else's server. I couldn't find a good explanation for why.&lt;/p&gt;




&lt;h2&gt;
  
  
  The SEO poisoning trick
&lt;/h2&gt;

&lt;p&gt;There's a malware family called &lt;a href="https://redcanary.com/threat-detection-report/threats/gootloader/" rel="noopener noreferrer"&gt;Gootloader&lt;/a&gt;. It targets file converter search queries specifically.&lt;/p&gt;

&lt;p&gt;The technique is called SEO poisoning: manipulating Google results to push malicious sites to the top. You search "convert PDF to Word free." You click a result that looks perfectly normal. You download what looks like your converted file. It's actually a JScript payload that installs a backdoor on your machine.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://redcanary.com/threat-detection-report/threats/gootloader/" rel="noopener noreferrer"&gt;Red Canary&lt;/a&gt; ranks Gootloader in its top 10 threats. It can drop banking trojans, Cobalt Strike beacons, or ransomware. And its main way in? Fake document tools sitting in Google Search results.&lt;/p&gt;

&lt;p&gt;The more you search for file converters, the more you're exposed to malware pretending to be one.&lt;/p&gt;




&lt;h2&gt;
  
  
  So how do free converters pay the bills?
&lt;/h2&gt;

&lt;p&gt;Nobody seems to ask this question.&lt;/p&gt;

&lt;p&gt;Servers aren't free. Bandwidth isn't free. Processing millions of conversions costs real money.&lt;/p&gt;

&lt;p&gt;If there's no subscription and no paywall, the money comes from advertising. Your upload page is an ad impression. Your conversion page is another one. Your download page is a third. Three page loads, three ad views, dozens of trackers firing each time.&lt;/p&gt;

&lt;p&gt;The underlying tech has been free for decades. ImageMagick, FFmpeg. Converting a HEIC to JPEG takes about 200 milliseconds of server time.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You're not the user. You're the inventory.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  So I built something else
&lt;/h2&gt;

&lt;p&gt;I'm not going to pretend I'm saving the world here. I built a file converter. The technology itself isn't new.&lt;/p&gt;

&lt;p&gt;But I built it with rules I wish existed everywhere:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No account.&lt;/strong&gt; Upload a file. Get a file. Done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No ads.&lt;/strong&gt; An upload button and a download button. That's the whole page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No trackers.&lt;/strong&gt; I use Umami for analytics. It doesn't collect personal data. No Google Analytics. No Facebook pixel. No session recording. No fingerprinting. Zero trackers on WhoTracks.Me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Files gone within 24 hours.&lt;/strong&gt; Automatically deleted. I don't want your files and I have no reason to keep them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One file is always free.&lt;/strong&gt; Not "free trial." Not "free with watermark." Not "free but give us your email." Just free.&lt;/p&gt;

&lt;p&gt;If you need to convert 50 files at once, that costs €1. One euro. One time. No subscription.&lt;/p&gt;




&lt;h2&gt;
  
  
  The honest part
&lt;/h2&gt;

&lt;p&gt;The SEO competition in this space is insane. Search "compress image online" and you'll see sites with domain ratings above 80, backed by millions in venture capital, with a decade of backlinks. I'm one person. I'm not going to outrank them in English. Probably not this year, maybe not ever.&lt;/p&gt;

&lt;p&gt;But I keep thinking about the person uploading a medical form at 11pm on a Sunday. Or the job applicant who needs to shrink a photo to 2MB for an application portal. Or someone merging PDFs for their landlord.&lt;/p&gt;

&lt;p&gt;Those people don't know about the trackers. They don't know about the malware in the search results. They just need their file to be smaller or in a different format.&lt;/p&gt;

&lt;p&gt;At the very least, I built something I can use myself and point my friends and family to without worrying about what happens to their files.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://myfiletool.com" rel="noopener noreferrer"&gt;myfiletool.com&lt;/a&gt;. 96 conversion tools. 30+ formats: HEIC, RAW photos, PSD, WebP, AVIF, PDF merge, image compression. Available in 16 languages.&lt;/p&gt;

&lt;p&gt;I'm also building a full PDF editor. Edit text, fill forms, annotate pages, all in the browser. No install, no Adobe subscription.&lt;/p&gt;

&lt;p&gt;Maybe nobody will use it. Maybe this post disappears and nobody reads it.&lt;/p&gt;

&lt;p&gt;But at least when someone asks me "where did my file go?" I have an honest answer.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Nowhere. It's already deleted.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;em&gt;Sources: &lt;a href="https://www.fbi.gov/contact-us/field-offices/denver/news/fbi-denver-warns-of-online-file-converter-scam" rel="noopener noreferrer"&gt;FBI Denver Field Office&lt;/a&gt; · &lt;a href="https://shassit.mit.edu/news/do-not-use-online-file-conversion-websites/" rel="noopener noreferrer"&gt;MIT IT&lt;/a&gt; · &lt;a href="https://www.cloudsek.com/blog/byte-bandits-how-fake-pdf-converters-are-stealing-more-than-just-documents" rel="noopener noreferrer"&gt;CloudSEK&lt;/a&gt; · &lt;a href="https://www.malwarebytes.com/blog/news/2025/03/warning-over-free-online-file-converters-that-actually-install-malware" rel="noopener noreferrer"&gt;Malwarebytes&lt;/a&gt; · &lt;a href="https://www.bleepingcomputer.com/news/security/hacker-leaks-full-database-of-77-million-nitro-pdf-user-records/" rel="noopener noreferrer"&gt;BleepingComputer&lt;/a&gt; · &lt;a href="https://www.upguard.com/news/nitro-data-breach" rel="noopener noreferrer"&gt;UpGuard&lt;/a&gt; · &lt;a href="https://haveibeenpwned.com/Breach/Nitro" rel="noopener noreferrer"&gt;Have I Been Pwned&lt;/a&gt; · &lt;a href="https://www.ghostery.com/whotracksme" rel="noopener noreferrer"&gt;WhoTracks.Me&lt;/a&gt; · &lt;a href="https://redcanary.com/threat-detection-report/threats/gootloader/" rel="noopener noreferrer"&gt;Red Canary&lt;/a&gt; · &lt;a href="https://www.zamzar.com/privacy/" rel="noopener noreferrer"&gt;Zamzar Privacy Policy&lt;/a&gt; · &lt;a href="https://www.trustpilot.com/review/online-file-converter.com" rel="noopener noreferrer"&gt;Trustpilot&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
