Skip to content

Releases: recipe/secretsweeper

0.0.1-alpha.1

26 Jan 06:13

Choose a tag to compare

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