Decrypt chrome password from a given "Login Data" chrome database and the "Local State" JSON file that contains the key and optionally export output to a CSV file.
git clone https://github.com/Bruckyy/chrome-password-decrypter.git
cd chrome-password-decrypter
pip install -r requirements.txt
> python .\chrome-decrypt.py --help
usage: chrome-decrypt.py [-h] -k KEY -d DB [-o OUTPUT]
> python chrome-decrypt.py --key local_state_file --db login_data_file -o decrypted_passwords
**************************************************
Sequence: 1
URL: https://www.github.com/login
User Name: <USERNAME>
Password: <PASSWORD>
**************************************************
<SNIP>
...
Exported decrypted passwords to decrypted_passwords.csv
- Windows
This project is a standalone version that takes the files as arguments and a fork of this project