• 100% IN-BROWSER
PROCESSED: 687
— SECURITY COMPLIANCEVERIFIED SECURE

Privacy Guaranteed by WASM Isolation.

Read how our technical architecture guarantees 100% data privacy by executing code locally in your browser sandbox.

1. Sandboxed WebAssembly (WASM) Runtime

ILoveMD does not process your files on a remote server. Instead, we compile heavy parsing logic (like PDF and DOCX structural extractors) into native WebAssembly modules that run inside your browser's sandboxed virtual machine.

This means the processing code has no access to your local file system, other browser tabs, or external networks, providing strict isolation.

2. Browser Network Verification Guide

We encourage you to audit our network activity to verify that your document data is never sent to the cloud. Follow these steps:

— HOW TO AUDIT NETWORK REQUESTS:
  1. Right-click anywhere on the conversion screen and select Inspect.
  2. Go to the Network tab in Developer Tools.
  3. Drag and drop a PDF or DOCX file to convert it.
  4. Verify that no new network requests are sent during the conversion process.

3. Chrome Extension Content Security Policy (CSP)

Our Chrome extension utilizes a strict Manifest V3 Content Security Policy. By setting:

"content_security_policy": "script-src 'self'"

We completely block the loading of external scripts, worker CDNs, or tracking scripts, ensuring that all conversion processes remain entirely local.