dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Email to multiple recipients at the same time #5

Closed dcposch closed 10 years ago

dcposch commented 11 years ago

Jaekwon wrote: "The message should be encrypted once with a symmetric key, and the symmetric key encrypted for multiple recipients.

On the server end, the message content could either be stored uniquely or once per user. The former would save disk space, but this might make user account management more taxing, e.g. deleting or migrating whole accounts."

dcposch commented 11 years ago

(Re: jaekwon) Yes, I think you're right.

Even if the encryption speed gain is small---it should make Scramble better for anyone who's on a slow connection, since they'll only have to send about 1/n times as much data to send and email with n recipients.

This seems esp important for group discussions where people use Reply All.