dist-iot-net/src/py-cli
2021-11-11 19:18:13 +00:00
..
encrypt_decrypt.py Made Alice and Bob classes. Alice encrypts a message and sends it to Bob, who decrypts the message and should print the plaintext to show he decrypted it. However, that is not the case. 2021-10-17 17:38:16 -04:00
main.py Made some improvements to the readability of the code and changed it to that Bob just prints the decrypted message rather than sending it to Alice to print it 2021-10-17 18:15:12 -04:00
make_sockets.py Made bare bone server that runs. Looking to add proper login and logout functions that users will use to connect and disconnect with the server. 2021-10-19 14:13:08 -04:00