Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
382
rated 0 times [  382] [ 0]  / answers: 1 / hits: 682353  / 1 Year ago, thu, february 9, 2023, 12:39:07

How do I check the SHA1 hash of a file?


More From » checksums

 Answers
4

sha1sum




Print or check SHA1 (160-bit) checksums. With no FILE, or when FILE is -, read standard input.




sha1sum {file}


If you want to send the file together with its sha1sum output redirect the output to a file:



sha1sum {file} > {file}.sha1


Send both files and the other party can do a...



sha1sum -c {file}.sha1


It should show OK if the sha1 is correct.


[#43463] Friday, February 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
armis

Total Points: 38
Total Questions: 106
Total Answers: 118

Location: Mali
Member since Sat, Feb 12, 2022
2 Years ago
;