// PRIVACY TOOL SUITE

Privacy Tools

Small client-side utilities for the things you share without realizing. Same philosophy as the EXIF scanner: nothing leaves your device.

MySafePic is a small suite of privacy tools that all share one rule: your files never leave your device. Each tool runs entirely in your browser using JavaScript — there is no upload step, no account, and no server-side processing. You can use them on a phone or a laptop, online or with a flaky connection, and nothing you drop in is ever sent to us or anyone else. The suite covers the everyday moments where a file quietly carries more than you meant to share: a photo with a face or GPS tag, a PDF stamped with your name and software, a link stuffed with tracking parameters, or a password that should never touch a network.

Face Obfuscator
Pixelate, blur, or black-box faces in photos before sharing.
Open →
PDF Metadata Cleaner
Strip authorship, timestamps, and hidden traces from PDF files.
Open →
Link Tracker Detector
Remove tracking parameters (utm_*, fbclid, gclid…) from any link.
Open →
password-generator
Strong, random passwords. Cryptographically secure RNG.
Open →

What each tool does

Blur Faces in Photos

Blur, pixelate, or black-box faces before you post a photo. Detection runs in the browser and finds faces automatically; you can also draw boxes over any it misses. Use it for group photos, photos of children, protest or witness images, or anything where a face shouldn't be identifiable.

Clean PDF Metadata

PDFs quietly record who made them: author name, the software used, and creation and modification timestamps. The cleaner shows you those fields and strips them, leaving the document itself untouched. Useful before sending a CV, a contract, or any document to someone who shouldn't see that trail.

Strip Link Trackers

Most links you copy carry tracking baggage — UTM tags, click IDs, and referral codes that follow whoever you send them to. Paste a link to see exactly what it carries, then copy a clean version with the trackers removed. Handy before sharing a link in a message, a post, or an email.

Password Generator

Generate strong, random passwords using your browser's cryptographically secure random number generator. Nothing is sent over the network and nothing is stored — the password exists only on your device until you copy it. Pick the length and character set that fits the site you're signing up for.

Why these tools live here

Every tool in this suite shares one constraint: it has to work entirely in your browser. No file uploads, no server processing, no "trust us, we delete after." If the only way to build a tool well requires sending your data somewhere, that tool doesn't belong here. The exception is a single endpoint that validates a paid license — it never sees the files themselves.