1
0
mirror of https://frontier.innolan.net/rainlance/amiga-sha.git synced 2024-09-18 13:25:11 +00:00
  • v1.0.5 770fcff0c8

    rainlance released this 2015-06-11 20:09:21 +00:00 | 4 commits to master since this release

    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.

    Downloads