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
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
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:
>
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