Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
sha | Description: | File hashing utility | Download: | sha.i386-aros.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 105kb | Version: | 1.0.5 | Date: | 15 Jun 15 | Author: | Carsten Larsen & Allan Saddi | Submitter: | Carsten Larsen | Email: | carsten larsen mail com | Category: | utility/filetool | License: | BSD | Distribute: | yes | FileID: | 1467 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 115 (Current version) | | 115 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 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.
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."
|