<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:12pt;color:#000000;"><div>Hey list -<br><br>I'm working on a Python application where clients will open encrypted connections to a custom server application. The data isn't something super-important, like credit card numbers, but I'd rather not have it snooped or otherwise mucked with by outsiders.<br><br>pycrypt makes this easy, but how do I share the key securely? pycrypt has code for calculating public/private keys, encrypting with them, decrypting with them, etc., but I don't see an obvious way to do an exchange with it.<br><br>I can find instructions online on how to do a Diffie-Hellman key exchange, but I really don't want to reinvent the wheel -- especially when the encryption isn't IMPORTANT.<br><br>I'm guessing this sort of thing has been done many times already, so can anyone point
 me to an example?<br><br>Many thanks, and my apologies if this is the wrong place to ask this question or if the answer is easier to find than I am making it out to be! :)<br><br>Gre7g<br></div></div><br>



      </body></html>