Skip to content

Instantly share code, notes, and snippets.

@albertski
Created August 13, 2020 04:42
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 albertski/4746578b7177a4357921c889619a1ce6 to your computer and use it in GitHub Desktop.
Save albertski/4746578b7177a4357921c889619a1ce6 to your computer and use it in GitHub Desktop.
Hash Email Address
require 'digest/md5'
email_hash = Digest::MD5.hexdigest("albertski@hey.com")
puts email_hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment