Skip to content

Instantly share code, notes, and snippets.

@d0ppler
Created April 21, 2015 15:33
Show Gist options
  • Save d0ppler/4b093158b9413712b9dd to your computer and use it in GitHub Desktop.
Save d0ppler/4b093158b9413712b9dd to your computer and use it in GitHub Desktop.
msg = "helloworld".split('')
key = "bla".split('')
ary = msg.zip(key.cycle).map { |key, val| key.hex ^ msg.hex }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment