浏览代码

Update README.md

Dennis Rodewyk 5 年之前
父节点
当前提交
27276d6f60
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      README.md

+ 4 - 2
README.md

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