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 |
|