Have any current protonmail users experienced denial of service from online providers solely because of their email address?
Yupp. My account at a particular website was terminated. They pointed to their TOS, where "anonymous" address are not allowed. Wasn't even given the chance to keep the account and change the email to an "acceptable" one.
OpenPGPjs has passed an independent security audit
51–60 of 128 posts
Re: OpenPGPjs has passed an independent security audit
#52Earlier quoted context omitted.
The same can be said for any software that auto update (i.e. Chrome), no?
Attack vectors for replacing Chrome: - Hack Google Attack vectors for replacing OpenPGPjs: - Hack the servers hosting OpenPGPjs - Hack the browser to inject or replace content across domains, sandboxes, other security barriers It's a subtle difference, but delivering applications dynamically via web browsing is much more precarious than natively hosted applications. Another way to think of it is if your entire Linux…
Re: OpenPGPjs has passed an independent security audit
#53Earlier quoted context omitted.
Please, that's not a verified claim[0], and you shouldn't trust any VPN service that isn't operated by you in the first place. [0]: Plus, it was raised by a competitor, Private Internet Access, so it makes it even more difficult to get the facts straight.
> it was raised by a competitor, Private Internet Access Focus on the facts. Not the messenger. Secondly, I admire your love of this discussion [1]. [1] https://news.ycombinator.com/item?id=17497912
1. You are the user in question that is a co-founder for PIA.
2. You are a direct competitor to Proton*
3. "Messengers", especially in the position of founder of the competitor, have significant bias.
4. You have a fiduciary reason for them to fail.
5. user protonmail has noted significant harassment regarding this issue
Im inclined to distrust both of you. I find that your arguments might have merit. But I also see you as a digital aggressor. I don't particularly like either.Re: OpenPGPjs has passed an independent security audit
#54Earlier quoted context omitted.
Attack vectors for replacing Chrome: - Hack Google Attack vectors for replacing OpenPGPjs: - Hack the servers hosting OpenPGPjs - Hack the browser to inject or replace content across domains, sandboxes, other security barriers It's a subtle difference, but delivering applications dynamically via web browsing is much more precarious than natively hosted applications. Another way to think of it is if your entire Linux…
You don't have to hack google to replace chrome. You just have to hack a trusted cert provider and DNS and/or BGP. Those two things are not unheard of.
It would actually be much easier to just find a vuln in Chrome that can break out of sandbox and get root.
Re: OpenPGPjs has passed an independent security audit
#55Earlier quoted context omitted.
> it was raised by a competitor, Private Internet Access Focus on the facts. Not the messenger. Secondly, I admire your love of this discussion [1]. [1] https://news.ycombinator.com/item?id=17497912
1. You are the user in question that is a co-founder for PIA. 2. You are a direct competitor to Proton* 3. "Messengers", especially in the position of founder of the competitor, have significant bias. 4. You have a fiduciary reason for them to fail. 5. user protonmail has noted significant harassment regarding this issue Im inclined to distrust both of you. I find that your arguments might have merit. But I also see…
Re: OpenPGPjs has passed an independent security audit
#56Earlier quoted context omitted.
They explained it quite clearly: > We used Tesonet as a local partner before we had an official Lithuanian subsidiary, and rented office space from them. We don't share employees, infrastructure, etc. We have had a similar temporary arrangements with local companies when we opened offices in other jurisdictions where we didn't have an official presence yet. This type of arrangement is common in the startup world.
The section from the "About" page of Tesonet (26 Apr 2018)[1], which got removed soon after that HN thread: "For the latest project, Tesonet is working together with an international brand from Switzerland to create a security product that helps users protect their network traffic. As part of this technical partnership, we are collaborating on datacenter and network infrastructure that can easily supply 10 Gbps worth…
Re: OpenPGPjs has passed an independent security audit
#57I have zero trust in Proton after learning, that the free ProtonVPN service is provided by a data mining company from Eastern Europe[1]. [1] https://news.ycombinator.com/item?id=17258203 (please turn on "showdead" in settings, to see the entire thread)
I agree that people should read the linked comments. I did not find the the evidence to be as clear cut or damning as OP seems to think at all after reading through it. Most claims are also put forward by a co founder of Private Internet Access. A direct competitor.
Re: OpenPGPjs has passed an independent security audit
#58Earlier quoted context omitted.
Attack vectors for replacing Chrome: - Hack Google Attack vectors for replacing OpenPGPjs: - Hack the servers hosting OpenPGPjs - Hack the browser to inject or replace content across domains, sandboxes, other security barriers It's a subtle difference, but delivering applications dynamically via web browsing is much more precarious than natively hosted applications. Another way to think of it is if your entire Linux…
You don't have to hack google to replace chrome. You just have to hack a trusted cert provider and DNS and/or BGP. Those two things are not unheard of.
Re: OpenPGPjs has passed an independent security audit
#59Not that it matters. They could silently replace it with a backdoored script and your browser would never tell you it happened. And to preempt the ProtonMail rep who is probably going to respond to this comment, I know that you can run the web app on localhost. But that doesn't mean that users who don't are any more secure.
Remember when Hushmail backdoored their client-side applet to capture unencrypted emails and passwords?
Re: OpenPGPjs has passed an independent security audit
#60Not that it matters. They could silently replace it with a backdoored script and your browser would never tell you it happened. And to preempt the ProtonMail rep who is probably going to respond to this comment, I know that you can run the web app on localhost. But that doesn't mean that users who don't are any more secure.
This (rightfully) comes up every time some browser-based encryption tool is posted. It seems like the desire for such tools isn’t going to go away. Is anyone working on solutions for making distribution of JavaScript applications more secure? There’s a range of assurances you could try to provide, e.x. signatures from the author (or even 3rd parties), prompting for updates, etc. It would likely require support from b…