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
Zeromq allows encryption and authentication.
it might be good to allow security.
However, that would only secure the communication between Components and their Coordinators.
you have to trust your coordinator itself and that the other Component is authentic.
Another idea would be to add a signature in the last frame. That allows to verify the authenticity of a message end to end.
The text was updated successfully, but these errors were encountered:
Zeromq allows encryption and authentication.
it might be good to allow security.
However, that would only secure the communication between Components and their Coordinators.
you have to trust your coordinator itself and that the other Component is authentic.
Another idea would be to add a signature in the last frame. That allows to verify the authenticity of a message end to end.
The text was updated successfully, but these errors were encountered: