class Rack::Protection::EncryptedCookie::Base64

def encode(str)

def encode(str)
  [str].pack('m0')
end