===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-pbkdf2-3.1.1/bench/index.js-10-  var suite = new Benchmark.Suite()
node-pbkdf2-3.1.1/bench/index.js:11:  console.log(`password: ${password}`)
node-pbkdf2-3.1.1/bench/index.js:12:  console.log(`salt: ${salt}`)
node-pbkdf2-3.1.1/bench/index.js:13:  console.log(`iterations: ${iterations}`)
node-pbkdf2-3.1.1/bench/index.js:14:  console.log(`keylen: ${keylen}`)
node-pbkdf2-3.1.1/bench/index.js:15:  console.log(`digest: ${digest}`)
node-pbkdf2-3.1.1/bench/index.js-16-