Hi,
I have an application to 'roll out' to about 20 people.
Storing the DB credentials in the config file is a no no, so what id like to happen, is for each PC to send its public key to the server, then the server encrypts and sends back data to client for decryption.
Are there any sort of TCP services I could run to do this that already exist? I would need a way to also prevent any TCP connection from sending a public key to get the data.