Client to Server Authentication in C++ using sockets

后端 未结 2 1223
梦毁少年i
梦毁少年i 2021-01-30 11:50

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

2条回答
  •  面向向阳花
    2021-01-30 11:50

    If security is a big issue for you, don't roll your own. You want a secure socket library. Something like OpenSSL.

提交回复
热议问题