Skip to content

Ruby script to check if your list of passwords stored in Chrome has leaked

License

Notifications You must be signed in to change notification settings

rbakhshi/hibp_chrome_password_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Check your passwords against HaveIBeenPwnd

Ruby script to check if your list of passwords stored in Chrome have been leaked somewhere on the web.

This is a very simple ruby script.

Input file format

This is based on how Chrome password export file is, which is a CSV with following columns

   name,url,username,password

How to use it?

  1. Export your passwords from Chrome
  2. Run the script and pass the password file name as the first arguemnt. It defaults to "./Chrome Passwords.csv"
  3. run the script! WARNING: it will print last 5 characters of your passwords to the standard output!

License

MIT

Bugs? Improvements?

Feel free to open pull requests

About

Ruby script to check if your list of passwords stored in Chrome has leaked

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages