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
We might want to authenticate the communication between the client and server. You could start the server with some hash seed passed through an environment variable and wrap the message with a signature that's a secure hash of the message body and the seed. But I am no expert, perhaps there is some more official type of security, for instance, http://zeromq.github.io/pyzmq/api/zmq.auth.html
The text was updated successfully, but these errors were encountered:
We might want to authenticate the communication between the client and server. You could start the server with some hash seed passed through an environment variable and wrap the message with a signature that's a secure hash of the message body and the seed. But I am no expert, perhaps there is some more official type of security, for instance, http://zeromq.github.io/pyzmq/api/zmq.auth.html
The text was updated successfully, but these errors were encountered: