This website requires JavaScript.
Explore
Help
Sign In
isopod
/
dist-iot-net
Watch
1
Star
0
Fork
You've already forked dist-iot-net
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Distributed IoT device cryptography.
6
Commits
1
Branch
0
Tags
56
KiB
Python
100%
2b1f25e131
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
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
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
README.md
Distributed IoT network project
CSEC-604 project