decrypt-chrome-passwords

userName: ohyicong Language: Python totalStars: 274

Decrypt Chrome Passwords

\n

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

\n

OS support

\n
    \n
  1. Windows
  2. \n
\n

Dependencies (see requirements)

\n
    \n
  1. sqlite
  2. \n
  3. pycryptodomex
  4. \n
  5. pywin32
  6. \n
\n

Usage

\n

python decrypt_chrome_password.py

\n

Output

\n

Saved as decrypted_password.csv

\n

Medium

\n

To understand the how this program works, read my medium article.
\nhttps://ohyicong.medium.com/how-to-hack-chrome-password-with-python-1bedc167be3d

\n