Secret Scanner
Scan code and config files for leaked API keys, tokens, and secrets — entirely in your browser with zero uploads.
How ZeroData protects your privacy
- ✓ No Uploads: Tool input is processed in your browser and is not sent to ZeroData servers.
- ✓ No Storage: Tool input is not saved by this website.
- ✓ No Input Tracking: Analytics never receive the text, files, keys, or credentials you process.
- ✓ Verifiable: Disconnect from the network after the page loads; local tool processing continues without uploading your input.
How to Use the Secret Scanner
- Paste your code, configuration, or environment file into the input editor.
- Click Scan for Secrets to run the pattern detection.
- Review any findings with severity levels and line numbers.
- Rotate any exposed credentials and update your codebase.
Common Use Cases
- Sanitizing console logs and error traces before posting to developer forums.
- Auditing configuration files (e.g., .env) for hardcoded credentials.
- Checking code snippets for exposed API keys before sharing via chat apps.
- Verifying that database connection strings exclude raw passwords.
- Educating developers on the structural patterns of common API tokens.
Frequently Asked Questions
What types of secrets can it detect?
It detects common patterns like AWS keys, GitHub tokens, Stripe keys, Slack tokens, JWTs, and generic private keys.
Is it possible for the scanner to miss a secret?
Yes. While it uses robust pattern matching, it cannot detect custom or entirely random strings that don't follow known provider formats. Always review manually.
Are my scanned texts sent to a server for analysis?
No. The scanning process is 100% local and client-side, ensuring your potentially sensitive data remains private.
Can it scan whole files?
You can paste the contents of files directly into the text area for instant analysis.
Does it detect passwords?
It can detect common structures like URI-embedded passwords (e.g., in database strings), but cannot identify standard passwords without context.
Related Tools
Password Strength Checker
Check how strong your password is locally — entropy analysis, time-to-crack estimate, and zero data upload.
HTTP Header Analyzer
Parse and analyze HTTP response headers for security issues. Check CSP, HSTS, and more — locally in your browser.
Log File Anonymizer
Strip IPs, emails, API keys, and other PII from server logs. Regex-based scrubbing runs entirely in your browser.
Bcrypt Hash Verifier
Verify bcrypt password hashes and generate new ones entirely in your browser. Your passwords never leave your machine.
PDF Metadata Stripper
Remove author, creation date, and software metadata from PDF files securely in your browser. Zero uploads.