Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 492 Bytes

chrome_pass

A python tool to decrypt username and password saved in google password manager. It uses Local State file which contains encryption key and Login Data file which contains username and password in binary.

It will promt to enter path of both files.

You can find both file in folder: C:\Users{User}\AppData\Local\Google\Chrome\User Data

For ease, put both file in working directory.

Installation

pip install -r requirements.txt

Usage

python3 app.py