Expand description
Decode-through pipeline for nested encodings (base64, hex, URL, etc.). Decode-through scanning: decode base64 and hex strings before pattern matching.
Catches secrets hidden behind encoding layers - Kubernetes manifests, CI/CD configs, and hex-encoded credentials.
Re-exports§
pub use hex::hex_decode;
Modules§
Structs§
- Encoded
String - Candidate encoded string discovered during pre-decoding extraction.
Traits§
- Decoder
- A trait for decoding chunks to find hidden secrets.
Functions§
- base64_
decode - decode_
chunk - find_
base64_ strings - register_
decoder - Register a custom decoder. Must be called BEFORE any scan runs. Panics if the decoder list has already been initialized.
- z85_
decode