Free, browser-based utilities for everyday developer workflows

Developer tools for security engineers

Find leaked secrets and PII, sanitize debugging artifacts, and verify signatures before anything is shared — all locally, so sensitive material never leaves your machine.

Run the Log Sanitizer workflow →   Browse security tools →

Common daily tasks

  • Remove secrets/PII before sharing logs
  • Sanitize HAR files before sending to vendors
  • Verify webhook signatures
  • Inspect JWT claims safely
  • Check certificate expiry/subject
  • Generate hash digests for verification

Recommended workflows

Top tools for security engineers

See the full security & debugging tool cluster →

Why browser-local matters for security engineers

Security work means handling logs, tokens, HAR captures and signing secrets that must not be exposed. Your pasted tool data is processed locally in your browser and is not uploaded for tool processing. That means you can scan and redact sensitive material without trusting a third-party server.

FAQ

Is sensitive data uploaded when I scan for secrets?

No. Your pasted tool data is processed locally in your browser and is not uploaded for tool processing, so logs, tokens and PII are scanned in memory and never sent to a server.

How do I remove secrets from a log before sharing it?

Run the Secrets Scanner (or the Log Sanitizer workflow) to detect and mask API keys, tokens and passwords, then copy the redacted output.

Should I sanitize a HAR file before sending it to support?

Yes. HAR files contain cookies, Authorization headers and request bodies; the HAR Sanitizer redacts them locally before you share the file.

Can I redact PII like emails and credit-card numbers?

Yes. The PII Detector & Redactor finds emails, phone numbers, IP addresses and Luhn-valid card numbers and masks them, all in your browser.

Related