Skip to main content

Module chrome

Module chrome 

Source

Enums§

ChromeCookieEncoding
How a Chrome/Chromium cookie value is encoded in heap memory.

Functions§

decrypt_local_state_key
Decrypt a Chrome/Edge Local State cookie key from its DPAPI blob bytes.
decrypt_v10_cookie
Decrypt a v10/v20 AES-256-GCM cookie value. key is the 32-byte AES key from Chrome’s Local State (already decrypted).
detect_chrome_cookie_encoding
Detect the encoding of a raw encrypted_value blob from Chrome’s Cookies DB.
parse_local_state_encrypted_key
Decode a Chrome/Edge Local State os_crypt.encrypted_key value into the inner DPAPI blob bytes.