Saajaadeen / Ciphered-Messenger

This python program ciphers messages and sends them over tcp-ip and deciphers them at the server to display the message to the client.
0 stars 0 forks source link

Message offset #1

Open Saajaadeen opened 3 weeks ago

Saajaadeen commented 3 weeks ago

In the project there is a offset that is arbitrarily applied which is the integer 1 (its not mention in the variables or anywhere in the program) but i want to use that as an advantage by including that in the transmission of the packet so the offset is applied lets say 1-50 and that offset will determine the message integrity if the proper offset isnt use the message wont come out right even if it is deciphered properly.