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.

This commit is contained in:
Lachezar Todorov 2021-10-17 17:38:16 -04:00
parent 2b1f25e131
commit b9cf6dc6b5
7 changed files with 44 additions and 44 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
src/py-cli/encrypt_decrypt.py Normal file → Executable file
View File

0
src/py-cli/main.py Normal file → Executable file
View File

0
src/py-cli/websock/alice.py Normal file → Executable file
View File

0
src/py-cli/websock/bob.py Normal file → Executable file
View File