Using a salt and hash is a secure method of generating a password and saving it to a database.Use hashlib.pbkdf2hmac and os.urandom to generate a password.
確定! 回上一頁