Commit Graph

12 Commits

Author SHA1 Message Date
Lachezar 3d8db78895
Delete bob.py 2021-11-09 14:36:13 -05:00
Lachezar d7cc314ffe
Delete alice.py 2021-11-09 14:36:03 -05:00
hornet 6ec668d7a4 Added client code 2021-11-09 14:24:58 -05:00
hornet bdd2c0f91d Writing test websocket client 2021-10-19 14:08:05 -04:00
Lachezar Todorov 9bd87725d3 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
Lachezar Todorov b9cf6dc6b5 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
Lachezar 2b1f25e131 Took the encrypt_decrypt class and changed it to a class with functions. Added in alice.py and bob.py. The idea is that from main.py, Alice is called and encrypts then sends a message, while Bob receives the message and decrypts it. At some point the after Bob decrypts it the plaintext should be printed to show that Bob did it successfully, however nothing gets printed at the moment. 2021-10-17 04:16:54 -04:00
Lachezar Todorov f98c630ea2 Added in URL to where I found information on the rsa library and the functions used to encrypt and decrypt. 2021-10-16 13:10:11 -04:00
Lachezar Todorov 33256b73a7 Created a new file that encrypts and decrypts a message using the rsa library. Note: make sure to install the rsa library before using the following code. 2021-10-16 13:06:52 -04:00
hornet 2e47014923 Adding python client directory 2021-10-16 12:16:37 -04:00
hornet a0d9557e0d
Update README.md 2021-10-14 13:29:34 -04:00
hornet d0665ac5de
Initial commit 2021-10-14 13:21:55 -04:00