leaktor 0.1.1

A blazingly fast secrets scanner with validation capabilities
Documentation
1
2
3
4
5
6
7
pub mod context;
pub mod entropy;
pub mod patterns;

pub use context::ContextAnalyzer;
pub use entropy::EntropyAnalyzer;
pub use patterns::PatternDetector;