How to check SHA1 hash on Linux, FreeBSD and Unix
You can check the SHA1 hash of a file on Linux, FreeBSD, and Unix by using the sha1sum command. The sha1sum command calculates and verifies SHA1 message digests. Here are some examples of how to use the sha1sum command: To check the SHA1 hash of a file, use the following command and replace file.txt with … Read more