... password = bcrypt.hashpw(plaintext, bcrypt.gensalt()) if isinstance(password, str): return password else: return password.decode("UTF-8").
確定! 回上一頁