leaktor 0.4.1

A secrets scanner with pattern matching, entropy analysis, and live validation
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, PatternMatch};