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
but Your password travels over internet right? so, its not safest method.
This works in most efficient way in your offline pc.
When You enter a password, it will be hashed with sha1
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
finds whether your password leaked, if so how many times . else, it shows good to go.
Instructions:
Download passwordbreach.py
Open Terminal/CMD/Powershell
Go to Directory of passwordbreach.py (downloads folder in general)
Execute the below cmd
python3 passwordbreach.py x y z ( x,y,z are your passwords. You can enter infinite)
Just ping me your doubts or to get collaborated on further projects!