Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Created April 19, 2011 16:06
Show Gist options
  • Select an option

  • Save ongaeshi/928607 to your computer and use it in GitHub Desktop.

Select an option

Save ongaeshi/928607 to your computer and use it in GitHub Desktop.
ruby md5 calc oneliner
$ ruby -r'digest/md5' -e 'puts Digest::MD5.hexdigest("example@example.com")'
23463b99b62a72f26ed677cc556c44e8
# ex. gravatar
# http://ja.gravatar.com/site/implement/hash/
<img src="http://www.gravatar.com/avatar/23463b99b62a72f26ed677cc556c44e8" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment