From 142e001b5776cf17acb783a104d65c135deed97c Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 06:49:40 +0000 Subject: 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 --- security/rubygem-ezcrypto/pkg-descr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/rubygem-ezcrypto/pkg-descr (limited to 'security/rubygem-ezcrypto/pkg-descr') 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/ -- cgit v1.2.3