Post

computer the sha1 hash of any file

computer the sha1 hash of any file

Use sha1sum:

1
echo "Hello" | sha1sum

Source

https://missing.csail.mit.edu/2020/security/

This post is licensed under CC BY 4.0 by the author.