Skip to content

Commit 9ac67ce

Browse files
authored
Add password_checker.py
1 parent c916ec6 commit 9ac67ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ Total size.................................657.9MB
4444
Total lines of code.......................14504117
4545
```
4646

47+
---
48+
#### [Password Checker](https://github.com/herokunt/python-scripts/blob/main/password_checker.py)
49+
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!)
50+
51+
```
52+
$ ./password_checker.py password1 password2 -f ~/Desktop/path_to_file.csv
53+
Found match for "pas..." 2427158 times!
54+
Found match for "pas..." 186833 times!
55+
```
56+
4757
---
4858
#### [Nama Nama](https://github.com/herokunt/python-scripts/blob/main/nama_nama.py)
4959
"Nama" means name in some languages such as Malay or Indonesian. This small utility script will help organize any collection of files by renaming them uniformly, adding prefixes and sufixes, custom separators, etc. Ideal for music, images, books and other types of documents that have uneven format (mixed of uppercase and lowercase, underscores with spaces, etc). Before, and after:

0 commit comments

Comments
 (0)