logo

Show HN: API key leak scanner – finds and shows credentials in your codebase

Posted by JasperBlank2001 |3 hours ago |1 comments

WalterGR 2 hours ago

I believe another approach is to detect high-entropy strings rather than using a hard-coded list of prefixes. I’m curious about the rate of false positives, though: just because there’s - say - a hash or a GUID doesn’t mean it’s credentials. Combining both approaches would potentially work well.