I've used this before to send sensitive documents to my attorney, who would have otherwise just wanted email attachments. It worked great.
Firefox Send: Free encrypted file transfer service
421–430 of 542 posts
Re: Firefox Send: Free encrypted file transfer service
#422Earlier quoted context omitted.
Some of those points are relevant and some aren't. For logging in to a website, "just use SSL/TLS instead" makes sense, but not for this use case. There's better options nowadays for doing crypto in the browser, but I wouldn't be surprised if they were at least theoretically vulnerable to side channel attacks from JS running in another tab. The main thing is that unless you're paying really really close attention to…
This is really the point here. But the danger is always that someone who needs strong nation state secure crypto is used to this and doesnt realize the implications of using this when trying to keep state level secrets.
Re: Firefox Send: Free encrypted file transfer service
#423Re: Firefox Send: Free encrypted file transfer service
#424Earlier quoted context omitted.
SubtleCrypto is a new browser-adopted spec for performing crypto operations natively. For example, instead of using Math.random() for random number generation, you can use https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getR... in combination with the SubtleCrypto functions to work with keys securely Your points around a compromised JS bundle are still possible but that has more to do with a company’s deploym…
> Your points around a compromised JS bundle are still possible but that has more to do with a company’s deployment/change management setup than JS itself imo But that's the only point I intend to address here. If Pascal had been the language of the web then my question would have been about Pascal. Therefore I don't see how SubtleCrypto changes matters much. In short, if I get it right, the argument would be that in…
This is only true if the server has access to the keys of your data. E2EE typically means that it doesn't, only you do.
Re: Firefox Send: Free encrypted file transfer service
#425What is the use case of such a tool? Real a question.
Re: Firefox Send: Free encrypted file transfer service
#426Very clean and nice, but how is this financed? That is, who's paying for the server storage and the bandwidth?
Re: Firefox Send: Free encrypted file transfer service
#427Earlier quoted context omitted.
Didn't realize it had full support by every browser, even ie: https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getR...
The problem with that table is that this only lists the entry methods, which are supported in all browsers. However, the actual work is hidden behind parameters, not all of which are supported by all browsers, and some have to be in weird combinations. One example is that Edge does not support PBKDF2 in any form, which makes many of their further support a bit weird to use. Here's a site where you can test your brows…
Re: Firefox Send: Free encrypted file transfer service
#428Earlier quoted context omitted.
I think what the previous poster meant was 'why' are Mozilla paying for it?
The open web is more than just a browser. The cost is minimal when you have your own infra instead of AWS’ bandwidth gouging.
Re: Firefox Send: Free encrypted file transfer service
#429I really don't understand why they didn't share a link to the repository in the article. For anyone who's interested - here it is: https://github.com/mozilla/send
It's because this blog is for mainstream audiences who don't know what GitHub is and might be scared of all that code-y stuff if they accidentally clicked on it.
Re: Firefox Send: Free encrypted file transfer service
#430Very clean and nice, but how is this financed? That is, who's paying for the server storage and the bandwidth?
Read here for the why: https://github.com/mozilla/send/blob/master/docs/metrics.md
From this it seems that their moneymaker is the new Firefox account creations that will be driven by this service, to whom they can then upsell. But it doesn't state what they are trying to upsell. Anyone got any idea what that might be?