Check for Cracked Password
## This part works on Linux
ehco -n '<password> | sha1sum
curl https://api.pwnedpasswords.com/range/<five character prefix on password hash>
## This part works on Linux
ehco -n '<password> | sha1sum
curl https://api.pwnedpasswords.com/range/<five character prefix on password hash>
No Comments