alhajiintl / Chrome-Password-Recovery

A Simple Go program for Windows that will recover Google Chrome Logins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome-Password-Recovery

A Simple Go program for Windows that will recover Google Chrome Logins... Made for Windows but you might be able to edit it to work with any system. You may need to edit the path to the Login Data file, Though it should work fine in most cases.

DOES NOT EXPORT OUT OF FILE, LISTS ALL LOGINS IN CONSOLE ONLY.

Features

  • Gives URL, USERNAME and Decrypted PASSWORD

Compiling

Import needed packages. (gcc is needed!) go build Chrome Password Recovery.go

Packages Used

  • github.com/mattn/go-sqlite3

Other

Go is a amazing and powerful programming language. If you already haven't, check it out; https://golang.org/

Donations

Please Donate To Bitcoin Address: 1AEbR1utjaYu3SGtBKZCLJMRR5RS7Bp7eE

About

A Simple Go program for Windows that will recover Google Chrome Logins

License:MIT License


Languages

Language:Go 100.0%