Re: Encrypted web mail

2015-08-16 Thread Sergiy Khohlov
Anyway this not solve Uri problem. Man in black ask about access to the user private data. Problem with auth by hash? It is not a problem. Reset password generates new hash. Let's imagine: Bad guy hack into system and has all data. passwords hash other tricks hosting at the server side is not a pro

Re: Encrypted web mail

2015-08-16 Thread Uri Even-Chen
On Sun, Aug 16, 2015 at 11:18 AM, Avraham Serour wrote: > no, passwords shouldn't be encrypted, you should store hashes, just use > the django default auth app > > Yes, I meant storing the hash in the database and not the password. Uri. -- You received this message because you are subscribed t

Re: Encrypted web mail

2015-08-16 Thread Avraham Serour
no, passwords shouldn't be encrypted, you should store hashes, just use the django default auth app On Sun, Aug 16, 2015 at 9:09 AM, Uri Even-Chen wrote: > Hi Dennis, > > > > On Sat, Aug 15, 2015 at 7:35 PM, Dennis Lee Bieber > wrote: > >> On Sat, 15 Aug 2015 12:47:17 +0300, Uri Even-Chen >> d

Re: Encrypted web mail

2015-08-15 Thread Uri Even-Chen
Hi Dennis, On Sat, Aug 15, 2015 at 7:35 PM, Dennis Lee Bieber wrote: > On Sat, 15 Aug 2015 12:47:17 +0300, Uri Even-Chen > declaimed the following: > > >To Python, Django and Speedy Mail Software developers, > > > >Is it possible to make Speedy Mail encrypted? I want mail to be encrypted > >o

Re: Encrypted web mail

2015-08-15 Thread Sergiy Khohlov
Looks like it is not hard to change postfix maildrop agent to crypt mail passing to user dir. But some work should be done at mua side. Anyway it is not a question of django 15 серп. 2015 15:49 "Uri Even-Chen" пише: > Thanks Pedro, actually I understand cryptography and I agree with you. > Sonebo

Re: Encrypted web mail

2015-08-15 Thread Uri Even-Chen
Thanks Pedro, actually I understand cryptography and I agree with you. Sonebody replied to me off-list and wrote me about ProtonMail , actually they are doing exactly what I wanted (I think), so maybe I will try to cooperate with them and/or use their open source source code

Re: Encrypted web mail

2015-08-15 Thread Pedro
Hello Uri, what you want is completely possible, but demands you to understand some concepts of cryptography. To make your server completely safe against court orders or anyone that have access to it, including yourself, you need to encrypt and decrypt the emails at client side. For this you may u

Encrypted web mail

2015-08-15 Thread Uri Even-Chen
To Python, Django and Speedy Mail Software developers, Is it possible to make Speedy Mail encrypted? I want mail to be encrypted on the server, and only the user will be able to read his/her mail. The user's password will be encrypted on the server and nobody will be able to read the user's mail e