Distributed IoT device cryptography.
Go to file
hornet a85b08f050
Feature/py iot (#4)
* Changing files but having issues with space tabs.

* Removed config. Fixed indents.

* Removed config.

* Fixed test config. Fixed syntax in cli.

* Editing cli and hub to finally commit transactions.

* Added better logging logic.
Will clean up in the morning.

* Hub is more functional.

* Edited IoT to gen keys.

* Public keys are now generated, sent, and stored.
However, they are not transmitted when a new client joins.

* Added crypto testing

* Communication is now functional.
2021-11-28 19:00:46 +00:00
src Feature/py iot (#4) 2021-11-28 19:00:46 +00:00
.gitignore Feature/py iot (#4) 2021-11-28 19:00:46 +00:00
LICENSE Moved a bunch of files (#3) 2021-11-16 01:02:14 +00:00
README.md 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
requirements.txt Moved a bunch of files (#3) 2021-11-16 01:02:14 +00:00

Distributed IoT network project

CSEC-604 project