Skip to content

Instantly share code, notes, and snippets.

@kv109
Created December 27, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kv109/9cf5561dce59f4ff07523ac3aa5170b7 to your computer and use it in GitHub Desktop.
Save kv109/9cf5561dce59f4ff07523ac3aa5170b7 to your computer and use it in GitHub Desktop.
aes6
@cipher.key = @key.unpack('a2'*32).map{|x| x.hex}.pack('c'*32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment