From: Sean Hussey Date: 2005-12-14T02:42:47+09:00 Subject: Re: How to get an MD5 Base64 hash? That's it! Thank you so much! Agreed on the docs. I was hoping to even find someone else documenting it elsewhere (blog, FAQ, etc), but no dice. Thanks again! Sean On 12/13/05, Bob Showalter wrote: > > try: > > Base64.b64encode(np.digest) > => "XUFAKrxLKna5cZ2REBfFkg==\n" > > to_s gives you the digest as a string of hex digits. > > Documentation definitely lacking in that module ;) > >