On Wed, May 18, 2011 at 6:38 PM, Christian Martinez <[email protected]>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 > [email protected] > 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
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
