MrPeanutButta / socket2me

easier TCP sockets (static) library for Linux
8 stars 5 forks source link

MD5 hashing #5

Open MrPeanutButta opened 10 years ago

MrPeanutButta commented 10 years ago

MD5 hashing for peers belongs to the TCP stack. Starting to develop MD5 library for sockets.

MrPeanutButta commented 10 years ago

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.