Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created July 7, 2017 15:25
Show Gist options
  • Select an option

  • Save schweigert/94dc925ebc0868dc44d3eb1613cb205b to your computer and use it in GitHub Desktop.

Select an option

Save schweigert/94dc925ebc0868dc44d3eb1613cb205b to your computer and use it in GitHub Desktop.
require 'digest/md5'
def md5_hash(input)
Digest::MD5::hexdigest(input)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment