summaryrefslogtreecommitdiffstats
path: root/crypto/hashsum/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hashsum/DETAILS')
-rwxr-xr-xcrypto/hashsum/DETAILS29
1 files changed, 29 insertions, 0 deletions
diff --git a/crypto/hashsum/DETAILS b/crypto/hashsum/DETAILS
new file mode 100755
index 0000000000..54fd861339
--- /dev/null
+++ b/crypto/hashsum/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=hashsum
+ VERSION=1.7
+ GCC_VERSION=3.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.certainkey.com/resources/downloads/$SOURCE
+ SOURCE_HASH=sha512:fdf1cf0466024b210ad0df722ee237730cf3c141d0b2bd64ce251e92351d0123017ddf402ce59b48ccf5dc4785d06a8d10d6d2efb7731eb059a8ac9dcb707a00
+ WEB_SITE=http://www.certainkey.com/resources/hashsum.php
+ BUILD_API=2
+ ENTERED=20050404
+ UPDATED=20050404
+ LICENSE[0]=GPL
+ SHORT="ripemd160sum, sha256sum, sha384sum, and sha512sum"
+cat << EOF
+The shell application "md5sum" is widely used in system and security
+administration. However, the security of the underlying MD5 algorithm1
+has been brought into question.
+
+Aware of this, CertainKey has written the following applications to
+replace the infamous "md5sum" applications:
+
+ripemd160sum
+sha256sum
+sha384sum
+sha512sum
+
+md5sum and sha1sum are also included, but to avoid conflicts with
+coreutils they are not installed.
+EOF