Open MrPeanutButta opened 10 years ago
MD5 hashing for peers belongs to the TCP stack. Starting to develop MD5 library for sockets.
Found a public domain implementation. Using MD5 hashing for pre-shared key MD5 token exchange in https://github.com/log2co/socket/issues/6. Simple and light, but we may need to look into OpenSSL.
MD5 hashing for peers belongs to the TCP stack. Starting to develop MD5 library for sockets.