[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (edf12e1e8edf3d8a3420058612d1fa9c188b4e46)

Ladislav Hagara scm at sourcemage.org
Fri May 28 04:29:57 EDT 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog             |    3 +++
 crypto/scrypt/DETAILS |   20 ++++++++++++++++++++
 crypto/scrypt/HISTORY |    3 +++
 3 files changed, 26 insertions(+)

New commits:
commit edf12e1e8edf3d8a3420058612d1fa9c188b4e46
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    crypto/scrypt: new spell, encrypt and decrypt files

diff --git a/ChangeLog b/ChangeLog
index 4257e9b..30a0a49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-28 Ladislav Hagara <hgr at vabo.cz>
+	* crypto/scrypt: new spell, encrypt and decrypt files
+
 2010-05-22 Treeve Jelbert <treeve at sourcemage.org>
 	* video-libs/libdc1394: new spell, control IEEE 1394 based cameras
 
diff --git a/crypto/scrypt/DETAILS b/crypto/scrypt/DETAILS
new file mode 100755
index 0000000..08e90a6
--- /dev/null
+++ b/crypto/scrypt/DETAILS
@@ -0,0 +1,20 @@
+           SPELL=scrypt
+         VERSION=1.1.6
+          SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://www.tarsnap.com/scrypt/$SOURCE
+     SOURCE_HASH=sha512:c57e07c2ebaa696d575abf52c0078d3a8959c328e7a5fd3d01289424cdd9ec508cde493dc5965446ee59d9ea095e180615fc169696abd2336a3949554229bd1a
+        WEB_SITE=http://www.tarsnap.com/scrypt.html
+         ENTERED=20100528
+      LICENSE[0]=BSD
+           SHORT="encrypt and decrypt files"
+cat << EOF
+scrypt enc encrypts infile and writes the result to outfile if specified,
+or the standard output otherwise.  The user will be prompted to enter a
+passphrase (twice) to be used to generate a derived encryption key.
+
+scrypt dec decrypts infile and writes the result to outfile if specified,
+or the standard output otherwise.  The user will be prompted to enter the
+passphrase used at encryption time to generate the derived encryption
+key.
+EOF
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
new file mode 100644
index 0000000..7259ede
--- /dev/null
+++ b/crypto/scrypt/HISTORY
@@ -0,0 +1,3 @@
+2010-05-28 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: spell created, version 1.1.6
+



More information about the SM-Commit mailing list