Hello Codeproject,
I'm looking to create a secure connection between a server and a client. The client will be sending valuable information, and because it's valuable I wish to secure the information transferred from one another.
A type of security that does what I mean is SSL. Basically I'd like to create a temporary encryption-key between the two, but I have no idea how to give either the client or the server a key without it being stolen by a third party program.
Am I confused about how SSL works, or is there a solution for this, and any ideas to approach this are welcome too!
Regards,
- Dimitri