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

I think it'd be best to provide people with a simple way to generate their hash with a well-known tool they already trust - eg, an openssl command.


For the record, on a Mac, save your password in a text file called password, without a return at the end of the line. Then:

openssl dgst -sha1 password

will give you the hash you need. Mine has been leaked but not cracked, according to this site :-(.


Or...

   echo -n "password" | openssl dgst -sha1




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

Search: