# File lib/hiera/backend/eyaml/encryptor.rb, line 28
        def self.decode string
          Base64.decode64(string)
        end