-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
There is a section in the documentation explaining why we are not encrypting the data we send by default, and why the users should care about encrypting it themselves.
This may not be a big issue for IPC or inproc transport protocols, but I believe this is something we should worry about for TCP communications, and that the library should have it built in, rather than asking the user to encrypt and decrypt the data by hand.
ricpruss