Skip to content

coderMohammed1/chrome-passwords-to-gmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

form forker:

this fork will let you decrypt it and then it will send it to Gmail for ethical usage only!

see this to make app password and put it in the passd var in there:

https://www.youtube.com/watch?v=zxFXnLEmnb4&t=87s

see this to conver it to exe:

https://youtu.be/bqNvkAfTvIc?si=q36wWrK3cZafE112

OR you can make it .pyzw to bypass windef (but the victim must have py and the requirments installed to work this)

OS support

  1. Windows

Dependencies (see requirements)

  1. sqlite // it is already prepackeged these days!
  2. pycryptodomex
  3. pywin32

Usage

python decrypt_chrome_password.py

Output

sends you decrypted_password.csv

Medium

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

About

this is a fork for chrome password decryption!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%