You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This program checks whether your password leaked in any Data Breaches.
4
+
- Your can even do it at (https://haveibeenpwned.com/Passwords)
5
+
- but Your password travels over internet right? so, its not safest method.
6
+
- This works in most efficient way in your offline pc.
7
+
- When You enter a password, it will be hashed with sha1
8
+
- first 5 letters of hash code will be sent to haveibeenpwned API and receives a Dict of password Data with those first 5 characters of hashed password then this program crosscheck with the received hash and
9
+
- finds whether your password leaked, if so how many times . else, it shows good to go.
10
+
## Instructions:
11
+
1) Download passwordbreach.py
12
+
2) Open Terminal/CMD/Powershell
13
+
3) Go to Directory of passwordbreach.py (downloads folder in general)
14
+
4) Execute the below cmd
15
+
5)### ```python3 passwordbreach.py x y z``` ( x,y,z are your passwords. You can enter infinite)
16
+
### Just ping me your doubts or to get collaborated on further projects!
0 commit comments