aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptobox/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-08-13 08:49:29 +0000
committerlloyd <[email protected]>2009-08-13 08:49:29 +0000
commit8d078b50b7905080269ca8252477d37fdaed6db4 (patch)
treed2b607513e05872e42ae4b1e16b5051725220238 /src/cryptobox/info.txt
parent240141b6df9c142c2046cea78043da4121e14333 (diff)
Add a new interface CryptoBox which provides basic password-based encryption
in a reasonable way. Low on features, which is rather intentional. There is a version code included in the format so further extensions are possible, if warranted. Inspired by the n-th mailing list request for such a class. Realized it was probably better that I design such code than random people who just want 'something that works'.
Diffstat (limited to 'src/cryptobox/info.txt')
-rw-r--r--src/cryptobox/info.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/cryptobox/info.txt b/src/cryptobox/info.txt
new file mode 100644
index 000000000..b9b98060f
--- /dev/null
+++ b/src/cryptobox/info.txt
@@ -0,0 +1,22 @@
+realname "Crypto Box"
+
+load_on auto
+
+define CRYPTO_BOX
+
+<add>
+cryptobox.h
+cryptobox.cpp
+</add>
+
+<requires>
+filters
+ctr
+hmac
+rng
+serpent
+sha2
+base64
+pbkdf2
+pem
+</requires>