|
@@ -22,7 +22,7 @@ make install
|
|
|
|
|
|
#### Examples
|
|
|
```
|
|
|
-password-strength -password "Tr0ub4dor&3," -word troubador
|
|
|
+password-strength -password "Tr0ub4dor&3," -word troubador -pwned
|
|
|
|
|
|
Password: Tr0ub4dor&3,
|
|
|
Password strength: 1/4
|
|
@@ -36,7 +36,7 @@ Guess times
|
|
|
```
|
|
|
|
|
|
```
|
|
|
-passphrase-entropy -password "correcthorsebatterystaple" -word "correct" -word "horse" -word "battery" -word "staple"
|
|
|
+passphrase-entropy -password "correcthorsebatterystaple" -pwned -word "correct" -word "horse" -word "battery" -word "staple"
|
|
|
|
|
|
Password: correcthorsebatterystaple
|
|
|
Password strength: 4/4
|
|
@@ -47,6 +47,8 @@ Guess times
|
|
|
10 / s: Centuries (unthrottled online attack)
|
|
|
10k / s: 3 years (offline attack, slow hash, many cores)
|
|
|
10b / s: 2 minutes (offline attack, slow hash, many cores)
|
|
|
+
|
|
|
+This password has been compromised and should not be used.
|
|
|
```
|
|
|
|
|
|
#### Acknowledgements
|