In the not so recent past, HN'ers loved to quote tptacek's legendary rant about how in-browser JavaScript crypto is fundamentally broken[0]. What changed? Is that rant finally outdated? Couldn't Mozilla at any time serve a corrupted JS bundle (with or without their knowledge) which would leak the key somewhere, silently replace the encryption by a noop, etc? I ask out of interest, not skepticism. I much prefer an int…
Firefox Send: Free encrypted file transfer service
461–470 of 542 posts
Re: Firefox Send: Free encrypted file transfer service
#462So what happen once this get popular and waiting to be abused? Just like Mega. Who is going to continue and foot the bill?
Re: Firefox Send: Free encrypted file transfer service
#463I keep seeing comments about Search Revenue and keeping this free. It would be useful if Mozilla is getting more Firefox users out of it, but it likely won't be in any significant number. So what happen once this get popular and waiting to be abused? Just like Mega. Who is going to continue and foot the bill?
about revenue, there are so many valuable directions this can go. It could undercut competitors in ways they cannot sufficiently respond to. (google responding in kind would leave them less reason to not add encrypted storage for drive) By stabilizing this platform they can start to build new privacy-enhancing apps on top. Calendar, contacts, etc. With more dependency on the platform, they will find areas where more storage, longer retention, will be income generating.
privacy may be the only frontier that can displace google,apple,microsoft.
Re: Firefox Send: Free encrypted file transfer service
#464In the not so recent past, HN'ers loved to quote tptacek's legendary rant about how in-browser JavaScript crypto is fundamentally broken[0]. What changed? Is that rant finally outdated? Couldn't Mozilla at any time serve a corrupted JS bundle (with or without their knowledge) which would leak the key somewhere, silently replace the encryption by a noop, etc? I ask out of interest, not skepticism. I much prefer an int…
Re: Firefox Send: Free encrypted file transfer service
#465Much lower trust assumptions
Functionality for dropboxes
Re: Firefox Send: Free encrypted file transfer service
#466If relevant Mozilla people are here: Send does not work if "Delete cookies and site data when Firefox closes" checkbox in FF preferences is checked. Even the page doesn't load [1]. It surely is a bug, because I am not closing Firefox. That checkbox is #1 reason I only use Firefox. [1] Developer console log output: "Failed to register/update a ServiceWorker for scope ‘ https://send.firefox.com/’ : Storage access is re…
Re: Firefox Send: Free encrypted file transfer service
#467If relevant Mozilla people are here: Send does not work if "Delete cookies and site data when Firefox closes" checkbox in FF preferences is checked. Even the page doesn't load [1]. It surely is a bug, because I am not closing Firefox. That checkbox is #1 reason I only use Firefox. [1] Developer console log output: "Failed to register/update a ServiceWorker for scope ‘ https://send.firefox.com/’ : Storage access is re…
I block _all_ cookies except for a small list of sites (like HN...).
Re: Firefox Send: Free encrypted file transfer service
#468Earlier 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…
Followup question: I have Signal running on my Linux computer and on my Android phone. On the Linux computer it doesn't have root access, but it does have access to its own files, so in theory there's nothing to prevent it from making a network request and updating itself. Additionally, I don't ever check Signal before installing a new update, I just blindly do it. On my Android device, I also have auto-update turned…
Re: Firefox Send: Free encrypted file transfer service
#469Re: Firefox Send: Free encrypted file transfer service
#470Earlier quoted context omitted.
Thanks for the info. Let me see if I understand this correctly. Browsers don't send the anchor tag (ie: with GET requests). FF Send takes advantage of this by using the anchor tag to store the key for decryption. That is kinda novel. You still need to trust the upload client to not leak the key, but I see that you've written a CLI version. Interesting! Thanks for the response.
It's not a new idea, the megaupload successor first did it as far as I can remember