module Rack::Protection::Encryptor

def self.base64_decode(str)

def self.base64_decode(str)
  str.unpack1('m0')
end