Post
Topic
Board Project Development
Re: [ANN] LastMail: World's first passive post-mortem message system [Free+Open!]
by
W-M
on 15/07/2014, 21:15:37 UTC
You will never get bad reviews, because dead people don't give feedback.
Now seriously, if trustless, could be a really interesting idea.

The system is as trustless as it can be.

As the system needs to send your messages after you are dead, it's impossible to encrypt it in a way that only you can access it. Thus, there's still one person you need to trust: The administrator of the site.
In the case of the main last-mail.org site, that would be me.

To make this a non-issue for paranoid people, I've opened up the source: Anyone with a bit of knowledge of web servers can host their own version of the code for private use (for themselves or family/friends).

----
Your data is protected in a way that makes it very hard for people to snoop, though. (including me):
  • All identifying data (mail addresses, messages, sender alias names) are stored encrypted using MCRYPT_RIJNDAEL_128 with a padded iv. The exact value of this is dependent on your own mail address and the server salt. This makes everything unreadable for anyone looking directly at the database.
  • Everything is stored with the use of a salt: Decrypting anything is impossible without having access to the server as well as the database.
  • The site can only be accessed through HTTPS

Thank you for your reply!

~W-M