module Rack::Protection::Encryptor

def self.base64_encode(str)

def self.base64_encode(str)
  [str].pack('m0')
end