I am trying to find a way to create a secure connection between two computers using the modem api. I already have found a way using something similar to a Ceasar cipher to encrypt the message once the secure connection is made (trust me it is very very hard to crack), but I am having trouble finding a way to get the secure connection. What I need to create a secure connection is the ability to have some random number accessible on both computers. So far the only thing that I have found that would be unique between the two computers is the distance between the computers from the modem_message event. However, this would only be secure as long as someone else did not have a system set up to locate the position of computers, which they could use to find the distance between the two computers.
If anyone has any ideas of anything I could try to create a good random number that only two computers would have access to it would be appreciated.
Edited by valithor, 30 August 2015 - 04:44 AM.












