1 repo
Techniques for generating unique identifiers for sensitive data to enable tracking and deduplication without exposing raw values.
Distinguishing note: Focuses on privacy-preserving identification of secrets rather than general-purpose hashing.
Explore 1 awesome GitHub repository matching security & cryptography · Cryptographic Fingerprinting. Refine with filters or upvote what's useful.
Trufflehog is a security tool designed to continuously monitor code repositories and cloud environments to detect, verify, and remediate exposed sensitive credentials and API keys. It functions as a comprehensive secret scanning engine that integrates directly into deployment pipelines and version control systems to intercept sensitive data before it is committed or pushed. By utilizing read-only operations and volatile memory processing, the system ensures that discovered credentials are never stored persistently, maintaining strict data privacy throughout the scanning lifecycle. The platfor
Generates unique identifiers for discovered secrets to enable tracking and deduplication without storing raw sensitive values.