# File lib/hiera/backend/eyaml_backend.rb, line 112
      def encrypted?(value)
        if value.match(/.*ENC\[.*?\]/) then true else false end
      end