Re: [Tutor] looking for volunteers with testing simple python program

2013-06-25 Thread Alexander
On Tue, Jun 25, 2013 at 2:04 PM, Walter Prins wrote: > Hi Alexander > > > On 23 June 2013 22:46, Alexander wrote: > >> I guess this is for testing, but I have a question. If somebody sends you >> their .pub file (email or otherwise over internet), and a villainous third >> party intercepts that

Re: [Tutor] looking for volunteers with testing simple python program

2013-06-25 Thread Walter Prins
Hi Alexander On 23 June 2013 22:46, Alexander wrote: > I guess this is for testing, but I have a question. If somebody sends you > their .pub file (email or otherwise over internet), and a villainous third > party intercepts that .pub file, will they be able to decrypt the data sent > over this

Re: [Tutor] looking for volunteers with testing simple python program

2013-06-23 Thread Alexander
On Mon, Jun 17, 2013 at 10:17 AM, Lukas Nemec wrote: > Hello, > > I changed some simple python client/server chatroom recipe > to include RSA keypair based encryption and signature verification > > because I'm sick of someone spying on my conversations on FB and similar. > > Here is the code: >

[Tutor] looking for volunteers with testing simple python program

2013-06-23 Thread Lukas Nemec
Hello, I changed some simple python client/server chatroom recipe to include RSA keypair based encryption and signature verification because I'm sick of someone spying on my conversations on FB and similar. Here is the code: https://github.com/lunemec/python-chat If anyone is interrested