Privacy Null
Hide Passwords in Your Code
Automatically find and mask all passwords before sharing your code. Works with config files, scripts, and logs.
Runs locally. Nothing uploaded.
Features
Detect passwords in config files
Find passwords in connection strings
Mask hardcoded passwords in code
Works with any programming language
Frequently Asked Questions
What password patterns are detected?
We detect PASSWORD=xxx, PASS=xxx, password: xxx, and passwords in database URLs like mysql://user:password@host.
Can I share the masked code publicly?
Yes! The masked code with placeholders is safe to share. Just don't share the exported session file, as it contains the original values.