chromium_decrypt_cookies_tool
Decrypt Chromium cookies from browser profiles using DPAPI or offline master key for forensic analysis.
Instructions
Attempt to decrypt Chromium cookies from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Supports two modes:
Windows current-user context using
Local State+ DPAPIOffline decryption when a decrypted Chromium master key is supplied via
master_key_b64
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional exact cookie name filter | |
| limit | No | Maximum number of cookie records to return | |
| host_key | No | Optional exact cookie domain filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| master_key_b64 | No | Optional decrypted Chromium master key in base64 form | |
| local_state_path | No | Optional path to the Chromium `Local State` file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||