15 comments

[ 0.19 ms ] story [ 76.1 ms ] thread
I made a little desktop end to end encrypted messaging app
end to end without self hosted open source servers have (among others) a tradeoff: either opaque server you can't trust at all, or no offline messages. Which one you decided on?
I was thinking of making the client code open source (eventually) so that users can know that their privacy is respected
So you choose opaque server. At least do not hide the offline validation as deep as whatsapp and others do.

also work with linux/android distros do distribute the built from source client. otherwise, it's just more of the same

you might as well name it malware.exe if it's going to be such a blackbox.