[zeromq-dev] Has anyone actually implemented security?

Thomas S Hatch thatch45 at gmail.com
Thu May 19 07:45:45 CEST 2011


On Wed, May 18, 2011 at 6:38 PM, Christian Martinez <chmar at microsoft.com>wrote:

>  I see suggestions but no actual details.
>
>
>
> I have gotten management intrigued about using ZeroMQ but the security
> question is now coming up strong.
>
>
>
> Would love to hear real stories of folks who’ve implemented something.
>
>
>
> --CM
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
Yes, I set up a secure pub-sub mechanism in my salt project. The security is
not inside zeromq, but is rather encrypting the messages before they are
sent over the wire. My encryption setup is VERY fast, take a look:
https://github.com/thatch45/salt

encryption routines can be found in these files:
https://github.com/thatch45/salt/blob/master/salt/crypt.py
https://github.com/thatch45/salt/blob/master/salt/master.py
https://github.com/thatch45/salt/blob/master/salt/minion.py

This is almost certainly not exactly what you want to do, but it
does illustrate that by building a viable setup that has fast encryption can
be done with zeromq. Feel free to ask me questions about it!

-Thomas S Hatch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110518/9bd07e6b/attachment.htm>


More information about the zeromq-dev mailing list