How to use Secret Masker
- Paste logs or config containing JWTs, API keys, Bearer tokens, or secrets.
- Click Convert to mask sensitive values.
- Copy the safe output before sharing.
Example
Input
Your input or data here
Output
Result will appear here after running the tool
Frequently asked questions
- What gets masked?
- JWTs, Bearer tokens, api_key= and password= values, and patterns like sk_xxx or pk_xxx are detected and redacted.
- Is the original stored?
- No. Masking runs in the browser; nothing is sent to a server.
Related tools
- JWT DecoderDecode header, payload, display claims, validate expiration
- JWT GeneratorCreate JWT with HS256 and custom payload
- Hash GeneratorMD5, SHA-1, SHA-256, SHA-512 hashes
- Password GeneratorCustom length, numbers, symbols
- Password Strength CheckerEvaluate strength and security suggestions
- HMAC GeneratorGenerate HMAC (SHA-1/256/384/512) from key and message