Skip to main content

Crate dpapi_forensic

Crate dpapi_forensic 

Source
Expand description

Forensic auditor for DPAPI-protected stores, built on dpapi_core.

Step 1 ships the byte-oriented decrypt primitives via the re-exported dpapi_core. The on-disk enumeration + grading layer is step 2 (see the todo module).

Re-exports§

pub use dpapi_core;

Modules§

todo
Roadmap for the step-2 on-disk auditor. Not yet implemented — this module exists to anchor the plan.