Skip to content

Instantly share code, notes, and snippets.

@richcsmith
Created March 28, 2015 20:01
Show Gist options
  • Save richcsmith/aed2f95bf9442b2612e0 to your computer and use it in GitHub Desktop.
Save richcsmith/aed2f95bf9442b2612e0 to your computer and use it in GitHub Desktop.
encyprtion hash
{"a"=>"c", "b"=>"d", "c"=>"e", "d"=>"f", "e"=>"g",
"f"=>"h", "g"=>"i", "h"=>"j", "i"=>"k", "j"=>"l",
"k"=>"m", "l"=>"n", "m"=>"o", "n"=>"p", "o"=>"q",
"p"=>"r", "q"=>"s", "r"=>"t", "s"=>"u", "t"=>"v",
"u"=>"w", "v"=>"x", "w"=>"y", "x"=>"z", "y"=>"a", "z"=>"b"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment