Crude implementation of an SSL handshake protocol with asymmetric encryption and basic 'ATM-like' application terminal
Make sure python3 is installed. Then run the command ``pip3 install -r "requirements.txt"
After the requirments are installed the server can be launched with the command ./RunServer.sh
on macOS/Linux or RunServer.bat
on windows.
Once the server is running the client can be launched with ./RunClient.sh
on macOS/Linux or RunClient.bat
on windows.