Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 750 Bytes

File metadata and controls

32 lines (24 loc) · 750 Bytes

Decrypt Chrome Passwords

A simple program to decrypt chrome password saved on your machine.
This code has only been tested on windows, so it may not work on other OS.
If you have an idea for improvement, do let me know!

OS support

  1. Windows

Dependencies (see requirements)

  1. sqlite
  2. pycryptodomex
  3. pywin32

You can find Login Data file that contains The Encrypted Passwords in

%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default

You can find Local State file that contain The Encryption Keys in

%USERPROFILE%\AppData\Local\Google\Chrome\User Data

Usage

python decrypt_chrome_password.py [login data] [login state]

Output

Saved as decrypted_password.csv