Live data from Hacker News

Open-sourcing Tutanota: Why it was important to us

tutanota.de

21–30 of 64 posts

Re: Open-sourcing Tutanota: Why it was important to us

#21

Earlier quoted context omitted.

Thank you for a comprehensive answer. Another final question if you find the time. Do you have any Americans on your team?

Is this an OK question to ask? Should I value firms according to which nationalities they hire?

I don't think Numberwang is interested in our developer's nationalities because of any patriotism/racism. I think the question was more about if any of us can be compelled to compromise our user's privacy by either the PATRIOT Act (no), National Security Letters (no), or some other insane US law.

Re: Open-sourcing Tutanota: Why it was important to us

#22
post #15

Probably just a personal preference, but I must say this looks a lot better than the Fastmail interface. And it's not US based either which is another plus.

While fastmail's interface may indeed be a bit clunky they are certainly not US owned or based as you've stated.

> clunky

Just curious. Are you referring to the classic interface, or our super slick Ajax interface?

Re: Open-sourcing Tutanota: Why it was important to us

#24
post #2

Has anyone tried this? How does it compare to https://www.mailpile.is/ ?

I have tried it out. As a user, it seemed ok, and it is free (pricewise).

Mailpile does not host mail, it is just the front end - you still need an email account elsewhere.

I use runbox.com as my main email provider - not free (pricewise), but is doesn't cost much.

Re: Open-sourcing Tutanota: Why it was important to us

#25

Earlier quoted context omitted.

Indeed, it would be great to have a review of several projects in that space. Open source: - Mailpile ( https://www.mailpile.is/ ) - PEPS ( https://github.com/MLstate/PEPS ) Proprietary: - Protonmail ( https://protonmail.ch/ )

There's also https://whiteout.io/ (open source) and https://lavaboom.com/ (also open source I think) Tutanota, Whiteout and Lavaboom are also all from Germany, which I find pretty interesting.

I'm an expat living in Germany. The attitude here is remarkable. There's wide awareness of privacy issues.

You know the joke about how to apply for a job at the NSA? Most of the parents at my childrens' school would get that.

Re: Open-sourcing Tutanota: Why it was important to us

#26
post #9

Earlier quoted context omitted.

Genuine questions - I do not know as much as I should about this stuff: How do you send encrypted mail with Fast Mail? How is the following different from how Gmail (for example) does it? https://www.fastmail.com/help/ourservice/security.html

We don't allow a way to send encrypted email directly, because the intersection between people who wanted it and the people who would trust us with their private keys was too small to be worth it. Instead, we provide standard protocols (IMAP/POP/SMTP) so you can run the crypto software on your own computer and submit and receive through us. This gives you full encryption support. We're probably similar in security to…

Ok - I initially misunderstood that you were saying FastMail does the same thing as Tutanota. When I reread your comment I see that you aren't saying that - just that you secure transit with TLS, etc.

Re: Open-sourcing Tutanota: Why it was important to us

#27
After clicking through the link, I have no idea what "Tutanota" is. Am I supposed to know? Hubris (of course everyone knows what Tutanota is)? Proximity (working with it every day, forgot to give a one-sentence explanation)? Deviousness (reader says, "what the hell is Tutanota? I better click through and find out)?.

Re: Open-sourcing Tutanota: Why it was important to us

#28
Do one thing and do it well... I like how simple the interface is and how trivial it is to toggle between sending encrypted emails and non-encrypted.

Great move opensourcing this. I respect the devs stated ethos and reasons for doing this. Hopefully this project will benefit from 'Linus' Law' and will get help to address the sec issues noted in the full disclosure.

I would like to be able to integrate this with something like keybase - but where i hold the private key (which you can do with keybase but it is not the default).

An interesting project and seemingly moving in the right direction.

Re: Open-sourcing Tutanota: Why it was important to us

#29

At the end of the day only PGP and IRL discussions offer some kind of privacy.

And Snowden leaks explicitly endorse one and implicitly endorse the other. All I needed for confirmation of what I should use. Anything wanting to be better should build on the good properties of PGP while not possessing the drawbacks.

Re: Open-sourcing Tutanota: Why it was important to us

#30
Highly secure messaging, email, and Internet services has a long history in military and defense sector with issues well-understood. I mention here [1] the framework I used in high assurance security engineering. The system must be built using strongest engineering techniques with the right requirements. It must run on an endpoint with specialist security engineering techniques resistant to talented hackers. The protocols, parsers, networking stacks, and so on must be carefully implemented to prevent problems. Modern attackers are hitting various firmware, too, so protection is needed from devices. Then, we must be sure the software displayed to us for all this is what's actually running, on non-subverted hardware, and with non-malicious insiders.

The whole thing is beyond tricky to the point that no hosted service is rated to high security in any honest way (eg outside hand-waiving arguments). The only proven model has standalone apps (eg PGP, Nexor Sentinel) acting as proxies between trusted mail/messaging apps and untrusted side. Ideally, user-controlled, vetted code handles secrets with untrusted side (eg Internet host) simply a transport or storage layer that has no influence on endpoint or security past availability. The trusted software must also run on strong endpoints that don't run any other risky software. Given target market, that disqualifies most users of email and messaging software in general.

So, about this one. It seems to not meet many of these requirements and its users don't either. That puts it in Low-Medium assurance category where it might still be helpful against regular black hats, snoops, and attackers without 0-days in what their users have. That will necessarily require decent design & implementation. I commend them on having it pen-tested & open-sourced for review to that effect.

Meanwhile, users wanting to increase resistance to High Strength Attackers should use air gapped, hardened NIX boxes with GPG or Markus Ottela's Tinfoil Chat. Snowden leaks showed using GPG correctly, esp with Tor correctly, gave NSA hell. Markus has also improved TFC many times in response to our critiques to the point that many attack vectors are impossible, risk is lower in others, and endpoint risks are possibly lower than all solutions if right hardware is used. Still work to be done but he's way ahead of the competition.

Note: I second rossjudson that the site, although with beautiful artwork, should be redesigned so it's clear what the app does without a lot of digging. I've seen competing apps where they were clear on the specifics upfront while still not drowning readers in technical detail. The technical detail was a link or so away if I needed it. Right not, it looks too much like a marketing team's work.

[1] https://www.schneier.com/blog/archives/2013/01/essay_on_fbi-...

Post reply on HN