Skip to content

0.0.4 - Cipher implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@michiels michiels released this 17 Sep 16:08
· 57 commits to master since this release

This gem is a C extension of the PolarSSL SSL and cryptography library.

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.