This is a small flask web app that implements ECDSA.
Made by:
To set up this project, follow these steps:
# Create a virtual environment named venv
python -m venv venv
# Activate the virtual environment (Windows)
venv\Scripts\activate
# Activate the virtual environment (Mac/Linux)
source venv/bin/activate
pip install -r requirements.txt
python app.py
Once the application is running, open your browser and go to: http://localhost:5000