started writing the tool
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user