Skip to main content

parse_internet_explorer

Function parse_internet_explorer 

Source
pub fn parse_internet_explorer(
    cleartext: &[u8],
) -> Result<WebCredential, DpapiError>
Expand description

Parse a decrypted VAULT_INTERNET_EXPLORER cleartext into a WebCredential.

Layout: Version(4) Count(4) Unknown(4) then three Id(4) Len(4) Value(Len) triples (Username, Resource, Password), each UTF-16LE.