summaryrefslogtreecommitdiff
path: root/security/ruby-crypt/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-crypt/pkg-descr')
-rw-r--r--security/ruby-crypt/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/ruby-crypt/pkg-descr b/security/ruby-crypt/pkg-descr
new file mode 100644
index 000000000000..7b0c897a7af0
--- /dev/null
+++ b/security/ruby-crypt/pkg-descr
@@ -0,0 +1,10 @@
+The Crypt library is a pure-ruby implementation of a number of
+popular encryption algorithms. Block cyphers currently available
+include Blowfish, GOST, IDEA, and Rijndael (AES).
+Cypher Block Chaining (CBC) has been implemented.
+Twofish, Serpent, and CAST256 are planned for release soon.
+
+Crypt is written entirely in ruby so deployment is simple -
+no platform concerns, no library dependencies, nothing to compile.
+
+WWW: http://crypt.rubyforge.org/