# File lib/new_relic/agent/obfuscator.rb, line 26
      def obfuscate(text)
        [ encode(text) ].pack(PACK_FORMAT).gsub(/\n/, '')
      end