Cryptography and PKI - Integrating bcrypt

  • Due No due date
  • Points 1
  • Questions 1
  • Time Limit None

Instructions

Modify the existing python web application code to include the bcrypt library, and utilize the new functionality to enhance password security on the application.

To run the code, 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