1 repo
Tools that inspect compressed file formats to identify sensitive information hidden within archives.
Distinguishing note: Focuses specifically on decompression and inspection of archive formats for security auditing.
Explore 1 awesome GitHub repository matching security & cryptography · Archive Secret Scanners. Refine with filters or upvote what's useful.
Gitleaks is a security scanning engine designed to identify hardcoded credentials, API keys, and other sensitive information within version control systems and local file structures. It functions as a static analysis tool that automates the detection of secrets, helping to prevent the accidental exposure of sensitive data during the development lifecycle. The tool distinguishes itself through its ability to perform deep forensic analysis of git history, allowing users to audit entire project timelines or enforce security gates within continuous integration pipelines. It supports complex detec
Inspects compressed archives like zip or tar files to uncover embedded secrets during security scans.