summaryrefslogtreecommitdiffstats
path: root/crypto/libgringotts/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libgringotts/DETAILS')
-rwxr-xr-xcrypto/libgringotts/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/libgringotts/DETAILS b/crypto/libgringotts/DETAILS
new file mode 100755
index 0000000000..58d4503b00
--- /dev/null
+++ b/crypto/libgringotts/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libgringotts
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://devel.pluto.linux.it/projects/libGringotts/current/$SOURCE
+ SOURCE_URL[1]=http://devel.pluto.linux.it/projects/libGringotts/past/$SOURCE
+ MD5[0]=e5f9af66dffb1f30c6b28e717775d962
+ WEB_SITE=http://devel.pluto.linux.it/projects/libGringotts/
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20021023
+ UPDATED=20021023
+ LICENSE[0]=GPL
+ SHORT="libgringotts - library originally developed for Gringotts"
+cat << EOF
+libGringotts is a small, easy-to-use, thread-safe C library originally developed for Gringotts. Its purpose is to encapsulate data in an encrypted and compressed file. It uses strong cryptographic algorithms (RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, and 3DES for encryption, and SHA1 and RIPEMD-160 for hashing) to ensure the data are as safe as possible, and allow the user to have the complete control over all the encryption, hashing, and compression algorithms used in the process. It also provides functions for encrypting temporary files and to securely manage memory. It is based upon libmcrypt and mhash, and supports pkgconfig.
+EOF