This past week I attended Windy City Rails. One of the sponsors, BrainTree, held a cryptohunt—they challenged attendees to solve some basic cryptography problems. One of the levels required xoring a hex and a string together and returning the value as a hex. Ruby doesn’t have native handling for string…