Releases: recipe/secretsweeper
Releases · recipe/secretsweeper
0.0.1-alpha.1
Initial Release
SecretSweeper is a lightweight tool for detecting sensitive values in large texts and files.
✨ What’s included
- Fast, low-level implementation based on the Aho–Corasick algorithm
- Designed to integrate cleanly with Python workflows
- Scan data directly from BinaryIO streams
- Enables use with in-memory buffers, file-like objects, and streaming pipelines