# File lib/hiera/backend/eyaml/encryptor.rb, line 24
        def self.encode binary_string
          Base64.encode64(binary_string).strip  
        end