http://www.perlmonks.org?node_id=887615


in reply to Re: sharing secret without ssl
in thread sharing secret without ssl

True, I just realized I can simply use Diffie-Hellman or the like.

I consider this question solved.

use strict; use warnings; print "Just Another Perl Hacker\n";