Skip to main content

Crate keyhog_verifier

Crate keyhog_verifier 

Source
Expand description

Live credential verification: confirms whether detected secrets are actually active by making HTTP requests to the service’s API endpoint as specified in each detector’s [detector.verify] configuration.

Modules§

cache
Shared in-memory verification cache. Verification cache: avoids re-verifying the same credential across scans.
rate_limit
Global rate limiting for verification requests. Prevents IP bans and API throttling during massive scans.
reqwest
Local HTTP compatibility shim backed by reqwest..

Structs§

VerificationEngine
Live-verification engine with shared client, cache, and concurrency limits.
VerifyConfig
Runtime configuration for live verification.

Enums§

DedupScope
Deduplication scope for grouping findings.
VerifyError
Errors returned while constructing or executing live verification.

Functions§

dedup_matches
Deduplicate raw matches according to the given DedupScope.