diff options
Diffstat (limited to 'security/ruby-crypt/pkg-descr')
-rw-r--r-- | security/ruby-crypt/pkg-descr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/ruby-crypt/pkg-descr b/security/ruby-crypt/pkg-descr deleted file mode 100644 index 7b0c897a7af0..000000000000 --- a/security/ruby-crypt/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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/ |