Re: Best Encryption for Python Client/Server

2005-09-20 Thread Ed Hotchkiss
hah :P awesome, I will be busy this week! -edward  On 20 Sep 2005 14:23:10 -0700, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote: Steve Holden <[EMAIL PROTECTED]> writes:> > Here's my mission: simple P2P class with encryption of whatever type > > of file is being sent, and authentication via enc

Re: Best Encryption for Python Client/Server

2005-09-20 Thread Paul Rubin
Steve Holden <[EMAIL PROTECTED]> writes: > > Here's my mission: simple P2P class with encryption of whatever type > > of file is being sent, and authentication via encrypted user > > name/password. So any type of file or login being sent over the net, > > any communication between the scripts shoul

Re: Best Encryption for Python Client/Server

2005-09-20 Thread Steve Holden
Ed Hotchkiss wrote: > No worries, I apologize for my outburst. I will check out the viability > of using an SSH module, or using pyCrypto or something to encrypt the data. > Please don't apologise. It's one of c.l.py's charms that an exchange such as the one you had with Robert Kern results in

Re: Best Encryption for Python Client/Server

2005-09-20 Thread Robert Kern
Ed Hotchkiss wrote: > No worries, I apologize for my outburst. I will check out the viability > of using an SSH module, or using pyCrypto or something to encrypt the data. > > Here's my mission: simple P2P class with encryption of whatever type of > file is being sent, and authentication via encr

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Ed Hotchkiss
No worries, I apologize for my outburst. I will check out the viability of using an SSH module, or using pyCrypto or something to encrypt the data.   Here's my mission: simple P2P class with encryption of whatever type of file is being sent, and authentication via encrypted user name/password. So

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Robert Kern
Ed Hotchkiss wrote: > > I apologize for misreading your H my dear professor. Perhaps you can > google:asshole and see if your image is present, I would highly doubt > that it is not within the first page of results. > > I'm sorry that I did not see the message in the thread which recommended >

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Peter Decker
On 9/19/05, Ed Hotchkiss <[EMAIL PROTECTED]> wrote: > Perhaps you can > google:asshole and see if your image is present, I would highly doubt that > it is not within the first page of results. Now that's a reply I'm gonna have to copy!!! ;-) -- # p.d. -- http://mail.python.org/mailman/listi

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Ed Hotchkiss
  I apologize for misreading your H my dear professor. Perhaps you can google:asshole and see if your image is present, I would highly doubt that it is not within the first page of results.   I'm sorry that I did not see the message in the thread which recommended SSH rather than SSL. There is no

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Robert Kern
Ed Hotchkiss wrote: > > Is SSL something which needs a script to register (and pay for) a > certificate, or is it just another form of encryption ... also - is > there a free implementation of OpenSSL for windows, and is openSSL a > default application with *NIX? > Thanks. It's SS*H*, and you're

Re: Best Encryption for Python Client/Server

2005-09-19 Thread Ed Hotchkiss
  Is SSL something which needs a script to register (and pay for) a certificate, or is it just another form of encryption ... also - is there a free implementation of OpenSSL for windows, and is openSSL a default application with *NIX? Thanks.   On 9/19/05, James Stroud <[EMAIL PROTECTED]> wrote:

Re: Best Encryption for Python Client/Server

2005-09-19 Thread James Stroud
SSH can be used for functionality like this, through tunneling. You can even tunnel interprocess communication through SSH. Its not exceptionally complicated. On Sunday 18 September 2005 13:36, Ed Hotchkiss wrote: > Let us say that I am trying to create a very small and simple private > networ

Best Encryption for Python Client/Server

2005-09-18 Thread Ed Hotchkiss
Let us say that I am trying to create a very small and simple private network/connection between several scripts on different machines, to communicate instructions/data/files etc. to each other over the net. Is SSL the best method? Any recommendations of something to get started with? Thanks in adv

Best Encryption for Python Client/Server

2005-09-18 Thread Ed Hotchkiss
Let us say that I am trying to create a very small and simple private network/connection between several scripts on different machines, to communicate instructions/data/files etc. to each other over the net. Is SSL the best method? Any recommendations of something to get started with? Thanks in adv