Earlier quoted context omitted.
How?
Inspect network traffic. Or more arduously, analyze the JS.
Firefox Send: Private, Encrypted File Sharing
251–260 of 285 posts
Re: Firefox Send: Private, Encrypted File Sharing
#252Earlier quoted context omitted.
Send is meant to be an improvement on Dropbox & co for a specific use case. Is it perfect? No, it isn't. But it is still a considerable improvement. If you have a better solution in mind for the average user crowd, feel free to suggest it, of course.
Well there's reasoning which states that bad security is worse than no security. The reason for it, is that if you trust the site to be secure it might be devastating once security is compromised, but with no security you're typically more careful.
Re: Firefox Send: Private, Encrypted File Sharing
#253Earlier quoted context omitted.
File.pizza is very seamless point to point transfer of arbitrary file sizes. Doesn't work in safari though (haven't tested ie) so maybe it is not general enough for your use case.
Does it work in Safari in High Sierra? I thought they had WebRTC now.
Re: Firefox Send: Private, Encrypted File Sharing
#254I think Mozilla should create a more privacy friendly analytics service, since they experiment with new projects
Re: Firefox Send: Private, Encrypted File Sharing
#255Earlier quoted context omitted.
In that case, wouldn't an alternative like OnionShare always be safer? The code is open source, it's a desktop app, and the source code is obviously immutable on your computer.
Surly the safest option is to encrypt it yourself first?
Info: http://www.draketo.de/light/english/freenet/effortless-passw...
Install: https://freenetproject.org
Re: Firefox Send: Private, Encrypted File Sharing
#256The last time this was posted I hacked up a quick and dirty Python client for Send: https://github.com/nneonneo/ffsend . I just updated it for recent Send changes, which streamlined the crypto and removed some redundancy. Firefox’s JS client requires the whole file be in memory in order to perform the encryption, and has to decrypt the whole file in memory in order to download it. My client doesn’t have that limitati…
Re: Firefox Send: Private, Encrypted File Sharing
#257I think Mozilla should create a more privacy friendly analytics service, since they experiment with new projects
www.piwik.org
Re: Firefox Send: Private, Encrypted File Sharing
#258Earlier quoted context omitted.
That is FUD and also a lie. You can still distribute your extensions on whatever site you want, you just need to sign them on AMO. The workflow is: 1 - Build webextension 2 - Upload to AMO 3 - Choose "distribute on AMO" or "sign and distribute on your site"
If I need to get Mozilla's approval before I can run code in the browser running on my machine then I see a wall. That they've automated it so much as to mitigate the protection a walled garden normally gives almost makes it worse.
It's a measure to prevent casual trojans, there are many ways around it for non-casuals and developers to employ.
Re: Firefox Send: Private, Encrypted File Sharing
#259If you only need to send text, https://cryptopaste.com does everything client side and shows the ciphertext in a "staging area" before you commit it to the cloud. You can instead save it as a self-decrypting document, attaching it to email, copy to thumbdrive, upload dropbox, etc.
Re: Firefox Send: Private, Encrypted File Sharing
#260Is this a Wetransfer killer?