Posted 24 November 2013 - 01:58 AM
Hello, I was wondering if I could receive some help. I have worked with lua for a couple weeks now and am collaborating to try to make a very secure bank system. The system will have many features, but right now I am working on a system to send rsa keys on a case by case basis.
Server Program: http://pastebin.com/1DJ75gK6
Client Program: http://pastebin.com/fj6VdLCF
I am not sure what has gone wrong in these two trials for the data transfer, but it seems they get stuck in a position where they are both trying to receive a message. I am not sure why, they should respond a couple of times and the server should send a secure key. The functions to make the keys, to encrypt and decrypt all work. The sending doesn't, can anyone tell why?
Server Program: http://pastebin.com/1DJ75gK6
Client Program: http://pastebin.com/fj6VdLCF
I am not sure what has gone wrong in these two trials for the data transfer, but it seems they get stuck in a position where they are both trying to receive a message. I am not sure why, they should respond a couple of times and the server should send a secure key. The functions to make the keys, to encrypt and decrypt all work. The sending doesn't, can anyone tell why?