openssl dgst -sha1 password
will give you the hash you need. Mine has been leaked but not cracked, according to this site :-(.
echo -n "password" | openssl dgst -sha1
openssl dgst -sha1 password
will give you the hash you need. Mine has been leaked but not cracked, according to this site :-(.