-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: zyre lacks security #533
Comments
I think the proper solution is to add full curve support: #494 |
Ops, didn't see that. |
i see the uuid as more like the MAC address (eg: arp). in addition to adding curve to the sockets, the easier work-around right now is probably just adding messaging signing to your application stack(?). |
@wesyoung I would like to do the same with zyre alone, or else i could just reimplement the UDP broadcast messages without a need to link my app to czmq and zyre, which is a bit complicated when you want to cross compile. |
At the moment, anyone can impersonate a peer as he likes.
This could be solved by increasing the UUID size to 32 octets so it could be the public key of a curve key pair.
What do you think?
The text was updated successfully, but these errors were encountered: