Posted 18 September 2016 - 06:35 PM
So I have a multi use program that has mail, a to do list, GPS, unlocks doors etc. and it has a client (pocket computer) a server and a door controlling computer. So how can I best protect the data transfers? Currently I have randomly generated rednet protocol but in order for the door controlling computer to get the protocol it has to boroadcast on a preset protocol then switch to the random one so my question is how could I make it without the preset protocol. For the pocket computer I just have it so that I download the program thru the Server with a disk drive and just bake the protocols file on there bur I can't seem to do that with a computer. Also is there any way to prevent someone from putting the pocket computer into a disk drive and just editing the startup file? I have it set so that it checks for pocket and if it's false it just turns off and ejsects but the "attacker" could also just disable the disk drive boot and go thru cd to acess it. I know it's kind of pointless to have such security for a computercraft program but hey why not :D/>