How to generate the SHA-512 hash with OpenSSL from command line without using a file?
I've tried this
echo "password" | openssl dgst -sha512
but the hash looks wrong (compared with http://hash.online-convert.com/sha512-generator).
How to generate the SHA-512 hash with OpenSSL from command line without using a file?
I've tried this
echo "password" | openssl dgst -sha512
but the hash looks wrong (compared with http://hash.online-convert.com/sha512-generator).