Flask - Security Best Practices
In a Flask application, which of the following code snippets correctly generates a hashed password using Werkzeug's security utilities?
generate_password_hash to hash passwords securely.generate_password_hash('password'), which returns a hashed string.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions