Update README.md

This commit is contained in:
Carsten Larsen 2015-06-13 19:38:25 +02:00
parent 770fcff0c8
commit f2f0db9ed6
1 changed files with 4 additions and 15 deletions

View File

@ -1,18 +1,7 @@
Introduction
------------
# Introduction
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.
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.
Using sha is simple. Just pass the names of one or more files on
the command line.
Using sha is simple. Just pass the names of one or more files on the command line.
You may want to perform a sanity check on sha before relying on
it. A program called "shatest" is built along with sha. If you
run shatest, it will display the results of running the various
SHA algorithms on a set of known test vectors. If the resultant
hash matches what is expected, "PASS" will be displayed. Otherwise
it will display "FAIL."
You may want to perform a sanity check on sha before relying on it. A program called "shatest" is built along with sha. If you run shatest, it will display the results of running the various SHA algorithms on a set of known test vectors. If the resultant hash matches what is expected, "PASS" will be displayed. Otherwise it will display "FAIL."