Source code for the project 'Log-in by password and key stroke dynamic' of ITCS461 Computer and Communication Security course semester 2/2023 at Faculty of ICT, Mahidol University
ID | NAME | GITHUB |
---|---|---|
6488004 | Kittipich Aiumbhornsin | https://github.com/ngzh-luke |
6488089 | Pattaravit Suksri | https://github.com/patpatsuk |
-
change working directory on terminal using
cd
command to where the project will be saved -
create virtual environment by run command:
python -m venv venv
-
activate virtual environment (macOS) by run command:
source venv/bin/activate
activate virtual environment (Windows) by run command:venv\Scripts\activate
-
check to see which environment is active by run command:
which pip
-
install project dependencies by run command:
pip install -r requirements.txt
-
create
.env
file at the same level asmain.py
file and fill in all of the key and values like they are specified on.example.env
file. Note that you may have to find and fill the value from your TypingDNA dashboard. -
run command to start the application:
python main.py
https://461prj.lukecreated.com (will be offline anytime before 2025)
We are not affiliated with any products/services/sources listed in this project.