summaryrefslogtreecommitdiffstats
path: root/crypto/bcrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bcrypt/DETAILS')
-rwxr-xr-xcrypto/bcrypt/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/bcrypt/DETAILS b/crypto/bcrypt/DETAILS
new file mode 100755
index 0000000000..eba66bbdbd
--- /dev/null
+++ b/crypto/bcrypt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=bcrypt
+ VERSION=1.1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=f499738ea98f34ac645f806b108e5fdd
+ WEB_SITE=http://bcrypt.sourceforge.net/
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20021126
+ UPDATED=20021126
+ LICENSE[0]=BSD
+ SHORT="bcrypt - a cross platform file encryption utility"
+cat << EOF
+Bcrypt is a cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors. Passphrases must be between 8 and 56 characters and are hashed internally to a 448 bit key. However, all characters supplied are significant. The stronger your passphrase, the more secure your data.
+EOF