Module: Crypt

Defined in:
lib/flatulent/crypt/cbc.rb,
lib/flatulent/crypt/gost.rb,
lib/flatulent/crypt/idea.rb,
lib/flatulent/crypt/noise.rb,
lib/flatulent/crypt/blowfish.rb,
lib/flatulent/crypt/rijndael.rb,
lib/flatulent/crypt/stringxor.rb,
lib/flatulent/crypt/blowfish-tables.rb,
lib/flatulent/crypt/rijndael-tables.rb,
lib/flatulent/crypt/purerubystringio.rb

Overview

Thanks to Binky DaClown who wrote this pure-ruby implementation rubyforge.org/projects/prstringio/ Apparently CBC does not work well with the C-based stringio

Defined Under Namespace

Modules: BlowfishTables, CBC, Noise, RijndaelTables, StringXor Classes: Blowfish, Gost, IDEA, PureRubyStringIO, Rijndael