Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can generate your own SHA1 for your password and check if it's existing in the txt file.

http://jssha.sourceforge.net/



Or, if you don't trust random web sites, we can turn this into the next fizzbuzz:

    $ python -c 'import hashlib; print hashlib.sha1("hunter2").hexdigest()'
This will print the SHA1 hash of "hunter2".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: