0.0.5 - Cipher with initialization vectors
Pre-release
Pre-release
This gem is a C extension of the PolarSSL SSL and cryptography library so you can use it in your Ruby programs.
Changes
- Added support for setting initialization vectors when encrypting and decrypting data with the
Cipher
class.
Usage
gem install polarssl
And in your Ruby script:
require "polarssl"
For further instructions, take a look at the README and API documentation.
Features
- Set up an SSL connection
- Encrypt and decrypt data with Camellia, AES, DES and Blowfish.