{"dependencies":{"bcrypt":"3.0.6",}} Why bcrypt.compare function no need to use salt, when compare with origin password? // hash-salt-test.jsconstbcrypt =require('bcrypt');consthash =asyncfunction(password, salt =10) {// 默认值 10console.log(`❓salt =`, salt);consthashed =awaitb...