Decrypt Google Chrome Password
First download python in your local machine / windows machine
Make sure to put a check in the "add to the PATH" or something
https://www.python.org/downloads/
Then install the dependencies using cmd
pip install pypiwin32
pip install pycryptodomex

Then download the python script in github
https://github.com/ohyicong/decrypt-chrome-passwords
After that you can just run the python decrypt to view your local google chrome password
py .\decrypt_chrome_password.py
Last updated