# 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&#x20;

```
pip install pypiwin32
pip install pycryptodomex
```

<figure><img src="https://3402520177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6s691pQpzN41rNo5Bip4%2Fuploads%2FgSyFNQxKxKzJHa4rQoFL%2Fimage.png?alt=media&#x26;token=ebd16d13-5f5d-49d5-90d4-53edc6824983" alt=""><figcaption></figcaption></figure>

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
```

***
