chromium_decrypt_logins_tool
Decrypts saved Chromium passwords from a browser profile using Windows DPAPI or an offline master key, with optional filters for origin and username.
Instructions
Attempt to decrypt Chromium saved passwords 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 |
|---|---|---|---|
| limit | No | Maximum number of login records to return | |
| origin_url | No | Optional exact origin URL filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| master_key_b64 | No | Optional decrypted Chromium master key in base64 form | |
| username_value | No | Optional exact username filter | |
| local_state_path | No | Optional path to the Chromium `Local State` file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||