Class: QuickCipher

Inherits:
Object
  • Object
show all
Extended by:
Decipher, Encipher
Defined in:
lib/quick_cipher.rb,
lib/quick_cipher/decipher.rb,
lib/quick_cipher/encipher.rb

Defined Under Namespace

Modules: Decipher, Encipher

Constant Summary collapse

ALPHABET =
('a'..'z').to_a

Method Summary

Methods included from Encipher

encipher, encipher_file

Methods included from Decipher

decipher, decipher_file