netmq
netmq copied to clipboard
Data send unencrypted
Hello,
While implementing the library it looks like the data in transit is not encrypted (TLS 1.3 or something like that); While trying to go through the documentation i was not able to find any references to data in transit being encrypted or how to achieve this.
Does anyone know if this library supports encryption? If so; where can i find any documentation revolving around this subject?
Hello,
ZMQ does support data encryption through the CurveZMQ secure messaging protocol. You can refer to the official documentation here.
The CurveZMQ protocol is implemented in the NetMQ library. You can find usage examples in the CurveTests.cs test class.