Module 8 Exercise - Integrating bcrypt - Cryptography
- Due No due date
- Points 1
- Questions 1
- Time Limit None
Instructions
Exercise: Modify the existing python web application code to include the bcrypt library, and utilize the new functionality to enhance password security on the application.
Python application code:
To run, ensure that you have the following Python packages installed on your system:
flask
bcrypt
Then run the following command from the terminal in the same directory as the downloaded application code:
FLASK_APP=app.py flask run