Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: sharing secret without ssl

by moritz (Cardinal)
on Feb 11, 2011 at 13:21 UTC ( [id://887614]=note: print w/replies, xml ) Need Help??


in reply to sharing secret without ssl

Something like Secret-Key Agreement over Unauthenticated Public Channels is known in the realm of asymmetric cryptography. With a bit of luck, you can even find public implementations of such protocols.

Replies are listed 'Best First'.
Re^2: sharing secret without ssl
by Sixtease (Friar) on Feb 11, 2011 at 13:22 UTC

    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";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://887614]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found