Skip to content

When you request Google Chrome to save your password on a given website, it stores it in a sqlite database file. In order to securely store the password, the password is encrypted using user's window's credentials. This program decrypts the passwords in user's machine and then copys them to the same directory in which program is present

haris989/Chrome-password-stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Chrome-password-stealer

When you request Google Chrome to save your password on a given website, it stores it in a "Login Data" file (sqlite database file).
In order to securely store the password, the password is encrypted using user's window's credentials.
This program decrypts the passwords in user's machine and then copys them to the same directory in which program is present.
So if the executable version of this program is plugged into any computer running windows and Google Chrome, running this program will copy all the Chrome saved passwords into a text file.
Please dont misuse this program. I will not be responsible for any destructive outcomes of this program.

About

When you request Google Chrome to save your password on a given website, it stores it in a sqlite database file. In order to securely store the password, the password is encrypted using user's window's credentials. This program decrypts the passwords in user's machine and then copys them to the same directory in which program is present

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages