Skip to content

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…

Notifications You must be signed in to change notification settings

haris989/Chrome-Passwords-to-Google-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chrome-Passwords-to-Google-Form

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 sends them to the Google forms whose post request parameters are given.
So if the executable version of this program is plugged into any computer running Windows and Google Chrome,
running this program will send all the Chrome saved passwords to the Google Form.
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 "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…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages