Skip to content

0.0.5 - Cipher with initialization vectors

Pre-release
Pre-release
Compare
Choose a tag to compare
@michiels michiels released this 17 Sep 18:10
· 38 commits to master since this 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.