This is a authentication and access control prototype designed for Finvest Holdings.
This is a python application uses the bcrypt and pwinput modules. Minimum python version of 3.8 recommended.
To install bcrypt run:
pip install bcrypt for linux users run: pip3 install bcrypt sudo apt-get install build-essential cargo
To install pwinput run:
pip install pwinput for linux users run: pip3 install pwinput
To run the application simply run:
python main.py or python3 main.py for linux users