Your Privacy Matters

Security &
Privacy

Your files never leave your device. All processing happens locally in your browser.

100% Client-Side Processing

How It Works

  1. 1You select a file from your device
  2. 2The file is read into your browser's memory using JavaScript FileReader API
  3. 3All conversion/processing happens in your browser using WebAssembly and JavaScript libraries
  4. 4The converted file is generated locally and downloaded directly to your device
  5. 5At no point does your file travel over the internet to our servers

Verify It Yourself

DevTools

$Open your browser's Developer Tools (F12)
$Go to the "Network" tab and convert a file
$What you'll see: library files (js, wasm), fonts, and analytics - these are downloaded once
$You won't see any POST/PUT request carrying your file content - your file stays on your device
Network tab = Empty (No uploads!)

Technologies We Use

Powered by modern browser APIs and WebAssembly

Image Processing

Canvas API, WebGL - Native browser APIs for image manipulation

PDF Processing

PDF.js (Mozilla), pdf-lib - Client-side PDF rendering and editing

OCR (Text Recognition)

Tesseract.js - WebAssembly-based OCR running entirely in browser

Background Removal

@imgly/background-removal - AI model running locally via WebAssembly

Video Processing

FFmpeg.wasm - Full FFmpeg compiled to WebAssembly

Audio Processing

Web Audio API - Native browser audio processing

Security Headers

Industry-standard HTTP security headers protect your browsing

HeaderPurposeStatus
Strict-Transport-SecurityForces HTTPS connectionsEnabled
Content-Security-PolicyPrevents XSS attacksEnabled
X-Frame-OptionsPrevents clickjackingEnabled
X-Content-Type-OptionsPrevents MIME sniffingEnabled
Referrer-PolicyControls referrer infoEnabled
Permissions-PolicyRestricts browser featuresEnabled

What We Don't Do

We don't upload your files to any server
We don't store your files anywhere
We don't analyze or read your file contents
We don't require account registration
We don't track which files you convert

Found a Security Issue?

We take security seriously. Please report any vulnerabilities responsibly.

security@convertsafely.com