Assess whether any of your Dashlane secure passwords have been pwned using the Have I Been Pwned Password API.
- Download the appropriate binary from releases and make executable
- Export your Dashlane passwords in JSON format
- Run
./dashlane-have-i-been-pwned /path/to/passwords.json
- 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 |
+--------------------+