Skip to content

fergusstrange/dashlane-have-i-been-pwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dashlane-have-i-been-pwned

Assess whether any of your Dashlane secure passwords have been pwned using the Have I Been Pwned Password API.

How do I use this?

  1. Download the appropriate binary from releases and make executable
  2. Export your Dashlane passwords in JSON format
  3. Run ./dashlane-have-i-been-pwned /path/to/passwords.json
  4. A table of results will be printed with any compromised accounts detailed similar to the following
   
   +-------------+-----+
   |    STATS    |     |
   +-------------+-----+
   | Compromised |   2 |
   | Unchecked   |   0 |
   | Safe        | 101 |
   +-------------+-----+
   +--------------------+
   |    COMPROMISED     |
   +--------------------+
   | google.com: 123456 |
   | github.com: 654321 |
   +--------------------+

About

Checks a Dashlane password export file against the Have I Been Pwned password API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages