KiwiBlank / TCPChat

Console Chat in C# using TCP
1 stars 0 forks source link

Add other encryption libraries which are more tested. #19

Open todo[bot] opened 3 years ago

todo[bot] commented 3 years ago

https://github.com/KiwiBlank/TCPChat/blob/9f2e06e31d396c3ea6be9745646bc4e99813c682/CommonDefines/Encryption.cs#L26-L31


This issue was generated by todo based on a TODO comment in 9f2e06e31d396c3ea6be9745646bc4e99813c682 when #15 was merged. cc @KiwiBlank.
KiwiBlank commented 3 years ago

Maybe just use TLS?

KiwiBlank commented 3 years ago

Looked into SSL, seems like a certificate for each server is needed. Might be a bit too annoying.