Best practice for secure socket connection.

Posted by LnDCobra on Stack Overflow See other posts from Stack Overflow or by LnDCobra
Published on 2010-04-08T12:32:41Z Indexed on 2010/04/08 12:33 UTC
Read the original article Hit count: 142

Filed under:
|
|
|

What is the best practice for a secure socket connection (without SSL).

I will be moving sensitive data (logins/passwords/accounts) across TCP Socket connection, and wondering if there is a good/fast way of Encrypting/Decrypting and avoiding malicious injection.

© Stack Overflow or respective owner

Related posts about sockets

Related posts about security