diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 11:39:58 +0800 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 11:39:58 +0800 |
commit | 5816797e9ea045a97fefe28b3e1f7b550ada4f21 (patch) | |
tree | ccb57dcd6705450053ebe762559101bbcca6e757 /security/sha/pkg-descr | |
parent | 393824e661eee7d98f059c9e8bd6b1eab122b10c (diff) | |
download | freebsd-ports-gnome-5816797e9ea045a97fefe28b3e1f7b550ada4f21.tar.gz freebsd-ports-gnome-5816797e9ea045a97fefe28b3e1f7b550ada4f21.tar.zst freebsd-ports-gnome-5816797e9ea045a97fefe28b3e1f7b550ada4f21.zip |
Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512
PR: 29907
Submitted by: Allan Saddi <asaddi@philosophysw.com>
Diffstat (limited to 'security/sha/pkg-descr')
-rw-r--r-- | security/sha/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/sha/pkg-descr b/security/sha/pkg-descr new file mode 100644 index 000000000000..575b6724e0b4 --- /dev/null +++ b/security/sha/pkg-descr @@ -0,0 +1,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 |