Module: Crypt

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

Overview

add_noise - take a message and intersperse noise to make a new noisy message of given byte-length remove_noise - take a noisy message and extract the message

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"1.2.1"