Skip to content

intfract/chrome-hacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Chrome Hacker

Chrome Password Grabber for Windows

This repository was made for educational purposes only!

Usage

Install Dependencies

pip install pywin32
pip install pycryptodomex

Run Python File

Make sure you are in the same directory as your python file.

python main.py

A details.csv file will be generated in your current directory.

Credits

This project was based off the Decrypt Chrome Passwords repository.