started writing the tool

This commit is contained in:
pyro57000
2025-11-21 11:03:24 -06:00
parent 5822e2d7be
commit ed0534cb7f
4 changed files with 299 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "oxidized_dpapi"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.53", features = ["derive"] }
windows-dpapi = "0.1.0"