Skip to content

Instantly share code, notes, and snippets.

@bartocc
Created November 17, 2011 13:43
Show Gist options
  • Save bartocc/1373157 to your computer and use it in GitHub Desktop.
Save bartocc/1373157 to your computer and use it in GitHub Desktop.
require "digest"
s = "ma signature avant hash"
sha = Digest::SHA512.hexdigest(s)
puts sha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment