This is a basic demonstration of "encrypted" and un"encrypted" data transmission using Python sockets.
Execute the program by running the Main.py file with Python3.
For example:
python3 Main.py
To run preset demonstration:
Set (within Main.py):
REAL_TIME = False
This will then send a cleartext transmission and then a ciphered transmission
Without preset demonstration:
Set (within Main.py):
REAL_TIME = True
Respond to the prompts as follows:
y: cipher transmission
n: do not cipher transmission
Encrypt message (y/n):
Enter desired message to transmit:
Message:
Follow instructions within webVisibilityDemonstration/instructions.txt
If you would like to contribute, you may make a pull request. It will be helpful if you first open an issue describing the change that you are interested in contributing.