blob: 575b6724e0b416066b4ab685d34f690b7244f081 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
sha is a simple program that hashes files. It uses the National
Institute of Standards and Technology's Secure Hash Algorithm.
It can use SHA-1, SHA-256, SHA-384, or SHA-512, which generate
respectively, hashes of 160, 256, 384, or 512 bits. sha can be
used in scripts to do, for example, file integrity checking.
WWW: http://philosophysw.com/software/sha/
- Allan Saddi
asaddi@philosophysw.com
|