Tuesday, August 6, 2013

Difference in SHA512 between python hashlib and sha512sum tool

echo "test" | sha512sum
echo add new line at the end. Instead of that, do this.
echo -n "test" | sha512sum
source

No comments:

Post a Comment