Docs.rs
dpapi-core-0.1.0
dpapi-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
h4x0r
Dependencies
aes ^0.8
normal
aes-gcm ^0.10
normal
cbc ^0.1
normal
cipher ^0.4
normal
des ^0.8
normal
forensicnomicon ^0.10
normal
hmac ^0.12
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
thiserror ^2
normal
Versions
31.82%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
parse_dpapi_blob
dpapi_
core
0.1.0
In dpapi_
core::
blob
dpapi_core
::
blob
Function
parse_
dpapi_
blob
Copy item path
Source
pub fn parse_dpapi_blob(data: &[
u8
]) ->
Result
<
DpapiBlob
,
DpapiError
>