class Rack::Protection::EncryptedCookie::Base64

def decode(str)

def decode(str)
  str.unpack1('m')
end