Why browser-only processing is different
Most "free" privacy and PDF tools online send your file to a server, do the work there, and ask you to trust them. Today's Tasks doesn't have a server in the loop. Here's what that means — and how to verify it yourself.
1. How most cloud PDF / privacy tools work
file copied here
on their machines
trust they delete it
Even reputable tools advertise that they "automatically delete files after 2 hours". You're being asked to trust that promise. For most documents that's fine. For a contract, a medical record, a tax return, or a confidential settlement — it shouldn't be.
2. How Today's Tasks tools work
stays on your device
processes it locally
stays on your device
Every privacy tool on this site is built with browser-native JavaScript (and where needed, WebAssembly). The file you pick is read by your browser, processed by your browser, and the result is written back to your browser. No network request ever carries your file.
3. Who needs browser-only processing?
Lawyers & paralegals
Attorney-client privilege is broken the moment a draft contract is uploaded to a third-party server.
Doctors & clinics
HIPAA, GDPR, and patient confidentiality apply even when a tool promises 2-hour deletion.
Accountants & auditors
Client tax returns, bank statements, and ledgers don't belong on a free tool's servers, ever.
Journalists & activists
Source documents, leaked materials, and case files require zero-server handling — not "we'll delete it later".
4. Verify it yourself in 60 seconds
- Open a Today's Tasks tool — try Document Redactor or Password Generator.
- Open DevTools. Press
F12(or⌘⌥Ion Mac), then click the Network tab. Reload the page to start clean. - Use the tool. Type, paste, generate, redact — whatever the tool does. Now look at the Network panel.
- Count outbound requests carrying your input. You'll find: zero. The only network requests are for the page itself, the CSS, and (where applicable) an anonymous k-hash lookup for breach checks.
You can do this test on any tool on this site, any time. We don't get to fake the Network panel.