mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
142e001b57
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
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
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/
|