You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for a way to secure the traffic over ZeroMQ endpoints and realized that such end-to-end security is included in ZeroMQ version 4.x. I also found that javascript implementation supports the CURVE and gssapi.
I don't know about these protocols much, but any kind of security and authentication mechanics included in this crate would be great.
The text was updated successfully, but these errors were encountered:
I searched for a way to secure the traffic over ZeroMQ endpoints and realized that such end-to-end security is included in ZeroMQ version
4.x
. I also found that javascript implementation supports theCURVE
andgssapi
.I don't know about these protocols much, but any kind of security and authentication mechanics included in this crate would be great.
The text was updated successfully, but these errors were encountered: