This is a technique that can be used to retrieve any Google Chrome stored passwords
The passwords are stored locally on the host. If you have access to a local file system, you can get access to these.
- Open File explorer
- Navigate to C:\Users\*\AppData\Local\Google\Chrome\User Data
- Open File Local State
- This file will give you the encryption key
- This is a base64 string
- Navigate to the folder Default
- Open Login Data — you may need a sqllite data base as it is a binary file
Using automated tool
https://github.com/ohyicong/decrypt-chrome-passwords
Running this tool will automate pulling the data
- Save file
- open terminal/command prompt
- You can run this with python installed on windows
- Install pip install pypiwin21
- pip install pycryptodomex
- py .\decrypt_chrome_password.py