HumanDigest is a Ruby library that creates human-readable representations of digests.
Example
digest = '60ad8d0d871b6095808297'
puts HumanDigest.humanize(digest) # => sodium-magnesium-nineteen-hydrogen
Inspiration
HumanDigest is a Ruby port of the humanhash library for python
License
Copyright (c) 2012 Matt Vanderpol, released under the MIT license