show/hide this revision's text 2 oops. I put the answer in the question. Added a link to the wikipedia page for SHA hash functions

Use the built in Digest module:

Digest::SHA1.hexdigest 'foo'

SHA Hash functions

show/hide this revision's text 1

How do I create a SHA1 hash in ruby?

Use the built in Digest module:

Digest::SHA1.hexdigest 'foo'