Skip to content

Instantly share code, notes, and snippets.

@bokuo-okubo
Last active March 4, 2016 21:59
Show Gist options
  • Save bokuo-okubo/79fd06f5f1d0fc92be4b to your computer and use it in GitHub Desktop.
Save bokuo-okubo/79fd06f5f1d0fc92be4b to your computer and use it in GitHub Desktop.
def wepkey2ascii(key)
key.to_s.scan(/../).map { |s| s.hex.chr }.join
end
#=> "01fc91ab8b648"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment