[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 916 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 916 Bytes

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 |
   +--------------------+