Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

hassaanaliw/chromepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

chromepass

Get all passwords stored by Chrome on WINDOWS and Unix based systems (except MAC OS).

Information

Google Chrome stores all passwords you saved by pressing 'REMEMBER ME' in a database at

Appdata\Local\Google\Chrome\User Data\Default\Login Data

It encrypts passwords with the Windows CryptProtectData function. You can find the encryptor at the Chromium Github Page

On Windows, please install PyWin32 before running the scrypt.

Run

To print output simply: python chromepass.py -d

To write to csv file: python chromepass.py --o csv

To write to json file: python chromepass.py --o json

Author

Hassaan Ali Wattoo

About

Get all passwords stored by Chrome on WINDOWS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages