Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 774 Bytes

README.rdoc

File metadata and controls

41 lines (25 loc) · 774 Bytes

ToyCipher

A ruby implementation of classic ciphers, including:

  • PlayFair

  • One-time Pad

  • Vigenere

  • Caesar

  • Morse Code (TODO)

  • String to phone number extension: ‘abc’.phone # => ‘234’

CLI

Supports a command line interface:

> toycipher -e caesar -k G foo MVV

(SEE EXAMPLE)

Dedication

This library is dedicated primarily to

for their diabolical conundrums that inspired this library.

Thanks also to Defcon & Shmoocon for hosting these events:

and of course to members of Mobile Disco for late night puzzle solving (hax!)

Author

Jeffrey O’Dell <jefferey dot odell at gmail dot com>