Distributed IoT device cryptography.
Go to file
2021-10-17 04:16:54 -04:00
src/py-cli 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
.gitignore Initial commit 2021-10-14 13:21:55 -04:00
LICENSE Initial commit 2021-10-14 13:21:55 -04:00
README.md Update README.md 2021-10-14 13:29:34 -04:00

Distributed IoT network project

CSEC-604 project