netmq icon indicating copy to clipboard operation
netmq copied to clipboard

Data send unencrypted

Open Connect-and-Exchange opened this issue 6 months ago • 1 comments

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?

Connect-and-Exchange avatar May 25 '25 16:05 Connect-and-Exchange

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.

HtewechIheb avatar Jun 08 '25 16:06 HtewechIheb