var bcrypt = dcodeIO.bcrypt; /** One way, can't decrypt but can compare */ var salt = bcrypt.genSaltSync(10); /** Encrypt password ...
確定! 回上一頁