Re: [Tutor] Best Encryption for Python Client/Server

2005-09-18 Thread Danny Yoo
On Sun, 18 Sep 2005, Ed Hotchkiss wrote: > 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 recommendat

[Tutor] 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