Skip to content

vadimkholodilo/decrypt-chrome-passwords

 
 

Repository files navigation

Decrypt Chrome Passwords

A simple program to decrypt chrome passwords saved on your machine.
Currently, this program is supported on Windows only.
However, support for other operating systems might be added in future.
If you have any ideas, please, let me know.
If you can implement it yourself, submit a pr.

Dependencies (see requirements.txt)

  1. pycryptodomex
  2. pywin32

Usage

python decrypt_chrome_password.py

Output

Saved as decrypted_password.csv

Medium

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • PowerShell 7.8%