antonlindstrom / passpwn

See if your passwords in pass has been breached.
132 stars 12 forks source link

Use openssl instead of sha1sum #6

Open mino98 opened 6 years ago

mino98 commented 6 years ago

Use this if you want to use openssl instead of sha1sum | tr | awk: it should work natively on MacOS and latest Ubuntu.

antonlindstrom commented 6 years ago

Thank you so much for this! I would like to be able to test this locally and only have the changes related to this pull request, do you think it is possible to fix that?