Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95394 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2015-08-15 09:04 -0600 |
| Last post | 2015-08-15 09:04 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Encrypted web mail Michael Torrie <torriem@gmail.com> - 2015-08-15 09:04 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2015-08-15 09:04 -0600 |
| Subject | Re: Encrypted web mail |
| Message-ID | <mailman.29.1439651094.4764.python-list@python.org> |
On 08/15/2015 03:47 AM, Uri Even-Chen wrote: > 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 except the user himself. Is it possible? When I had > Speedy Mail from 2000 to 2005 I received a court order by a court in Tel > Aviv once from two policemen to give a specific user's password to the > Israeli police, and the password and mail were not encrypted then. And I > was not allowed to tell anyone about this court order, except my lawyer. > But I refused to give the user's password to the police. So if I receive a > court order again, I don't want to be able to give the user's password or > mail to anyone, and I don't want it to be on the servers unless it's > encrypted. That's why I want it to be encrypted. If I receive a court order > again I want to be able to tell the police that the mail and password are > encrypted, and only the user knows the password and is able to read his > mail. Is it possible? Could you encrypt your email body with gpg (say with a subprocess) and then email that? As to the username and password, I've never worked on a system where passwords could even be extracted by a sysadmin. I could tell you the salted hash but never the password.
Back to top | Article view | comp.lang.python
csiph-web