Skip to content

Commit fef85de

Browse files
authored
Update README.md
1 parent 9ac67ce commit fef85de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Total lines of code.......................14504117
4949
Check your passwords against the popular "Have I Been Pwned?" website and find out if they've been leaked in any of the increasingly common data breaches. Your passwords provided to the script will remain secured as only a hash is used, as per the Have I Been Pwned API requires. You can provide passwords inline or through a CSV file, ideal if your password manager (such as KeePassXC) supports exporting data in CSV format (don't forget to delete your file afterwards!)
5050

5151
```
52-
$ ./password_checker.py password1 password2 -f ~/Desktop/path_to_file.csv
52+
$ ./password_checker.py password1 123456 -f ~/Desktop/path_to_file.csv
5353
Found match for "pas..." 2427158 times!
54-
Found match for "pas..." 186833 times!
54+
Found match for "123..." 24230577 times!
5555
```
5656

5757
---

0 commit comments

Comments
 (0)