As I was thinking of creating a repo, I notice that using the reference implementation available for Linux (https://github.com/sorbo/tcpcrypt) we can already funnel any TCP traffic through Tcpcrypt's encryption. Given that, how much of an advantage would it be to implement the encryption in ZMQ directly, as opposed to the kernel-level implementation that already exists. The one nice thing I can think of would be cross-platform compatibility, but performance-wise I wonder if we can do faster than kernel-level.
On Mon, Oct 24, 2011 at 9:29 PM, Pieter Hintjens <[email protected]> wrote: > Alex, > > No-one has started on this afaik. I'd suggest starting a github > project defining the goals, and a project name, to act as a focus for > anyone else wanting to help make this. > > -Pieter > > On Sun, Oct 23, 2011 at 9:30 PM, Alejandro Wainzinger > <[email protected]> wrote: >> The idea of implementing Tcpcrypt over ZMQ for TCP traffic was >> mentioned back in February. I haven't found any public repo on this >> yet, and would be interested in working on this or contributing. Has >> anybody started on this? >> >> -- >> - Alex >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> >> > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > -- - Alex _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
