import bcrypt salt1 = bcrypt.gensalt() salt2 = bcrypt.gensalt() ... 盐,计算得到的密文不一样 # 校验 print(bcrypt.checkpw(password.encode(), ...
確定! 回上一頁