diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-16 06:49:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-16 06:49:40 +0000 |
commit | 142e001b5776cf17acb783a104d65c135deed97c (patch) | |
tree | 9ef5fc26c7e4c1bcc65721c383ea442ac8c656f9 /security/rubygem-ezcrypto/pkg-descr | |
parent | 92927adf460cab8c09ae6a5bbb8d68c9b8d70b3d (diff) |
EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby
library.
Features
* Defaults to AES 128 CBC
* Will use the systems OpenSSL library for transparent hardware crypto
support
* Single class object oriented access to most commonly used features
* Ruby like
WWW: http://ezcrypto.rubyforge.org/
PR: ports/122805
Submitted by: Steven Kreuzer
Notes
Notes:
svn path=/head/; revision=211343
Diffstat (limited to 'security/rubygem-ezcrypto/pkg-descr')
-rw-r--r-- | security/rubygem-ezcrypto/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/rubygem-ezcrypto/pkg-descr b/security/rubygem-ezcrypto/pkg-descr new file mode 100644 index 000000000000..1c6dc4830f9f --- /dev/null +++ b/security/rubygem-ezcrypto/pkg-descr @@ -0,0 +1,11 @@ +EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby +library. + +Features + * Defaults to AES 128 CBC + * Will use the systems OpenSSL library for transparent hardware crypto + support + * Single class object oriented access to most commonly used features + * Ruby like + +WWW: http://ezcrypto.rubyforge.org/ |