I\'m implementing a login/authentication system for my little server-client program. I\'m wondering how to go about this, and I was hoping to get some great tips/advice from Sta
If security is a big issue for you, don't roll your own. You want a secure socket library. Something like OpenSSL.