Scan pasted text for accidentally-committed secrets — AWS keys, GitHub/Slack/Stripe/Google tokens, JWTs, and PEM private keys — entirely client-side. Nothing is sent anywhere.
Entropy Detection
Additional pass (same technique as gitleaks/trufflehog): scans base64/hex-like runs for Shannon entropy and flags high-randomness tokens as a possible unknown-format secret, even if they don't match any named pattern above.
Custom Rules
Add org-specific patterns (internal token formats, ticket IDs treated as sensitive, etc.) to scan for alongside the built-in rules.
No input yet
Paste some text or load the example above to scan for secrets.
Heuristic, client-side pattern matching only — it complements but does not replace dedicated scanners like gitleaks or trufflehog in CI. Nothing you paste here is transmitted over the network.
Scan pasted text for accidentally-committed secrets — AWS keys, GitHub/Slack/Stripe/Google tokens, JWTs, and PEM private keys — entirely client-side. Nothing is sent anywhere.
Yes. Secret Scanner can scan a log file for leaked API keys, directly in your browser.
Yes. Secret Scanner can check a config file for hardcoded secrets before committing, directly in your browser.
Yes. Secret Scanner can redact all secrets found in pasted text, directly in your browser.
No. This tool runs entirely in your browser — your input is processed locally on your device and is never uploaded or stored on a server.