class Digest::Class
def self.base64digest(str, *args)
return value is properly padded with '=' and contains no line
Returns the base64 encoded hash value of a given _string_. The
def self.base64digest(str, *args) [digest(str, *args)].pack('m0') end