I've been building a fully featured CLI tool for Firefox Send, supporting this new release. For anyone that is interested: https://github.com/timvisee/ffsend
Firefox Send: Free encrypted file transfer service
351–360 of 542 posts
Re: Firefox Send: Free encrypted file transfer service
#352I've been building a fully featured CLI tool for Firefox Send, supporting this new release. For anyone that is interested: https://github.com/timvisee/ffsend
Re: Firefox Send: Free encrypted file transfer service
#353Earlier quoted context omitted.
That was my assumption. Your comment took me a little by surprise actually because there's no actual need for the internet in SSH and in fact I probably do 90% of my SSHing on local networks. But I guess your usage differs significantly?
For desktops, yes, but my default assumption for a phone is that it's on a mobile network
Re: Firefox Send: Free encrypted file transfer service
#354Re: Firefox Send: Free encrypted file transfer service
#355Earlier quoted context omitted.
In addition to NUMEROUS 3rd party tools, Google already provides a tool exactly like AirDrop for Android. It's a feature of the Files app https://play.google.com/store/apps/details?id=com.google.and... which has over 100M installs. Look at the 3rd screenshot. ENCRYPTED FILE SHARING Files’s offline file sharing is secured with WPA2 encryption, providing a more secure file transfer. Files app uses Bluetooth to set up e…
Does Files actually allow transfer with desktops or laptops? It sounds like it only transfers between Android devices.
Re: Firefox Send: Free encrypted file transfer service
#356Earlier quoted context omitted.
Dozens of responses, and not one mention of Dropbox. Works perfectly for this exact purpose on Android.
You missed the "without going through the internet" part.
Re: Firefox Send: Free encrypted file transfer service
#357Earlier quoted context omitted.
Yes. Tested on Chrome, Safari, and Edge.
Oddly, it doesn't work for me (FF 65.0.2, windows 7) -- I just get an inert white rectangle in the middle of the screen. I tried turning off ublock origin and DNT settings, but it still is just a rectangle. It works on chrome, and does not work on IE 11 (win 7 doesn't support edge)
Re: Firefox Send: Free encrypted file transfer service
#358Another neat feature actually built into Firefox is Take a Screenshot. To the right of the URL field, in the three dots menu. Option to save it locally, or save in the cloud with a URL with some expiration options. Sorta like a pastebin for screenshots. It only takes screenshots within the confines of a Firefox window.
Re: Firefox Send: Free encrypted file transfer service
#359Earlier quoted context omitted.
Which is why you don’t host it on AWS. Wrong tool for the job.
Their Github page specifically mentions AWS S3 as a requirement. So they are using it.
Re: Firefox Send: Free encrypted file transfer service
#360Earlier 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.
You got it! The only thing you'd have to worry about is malicious JavaScript on the Firefox Send website which I believe would be highly unlikely. And of course, you must keep your link secret. Yes, such a CLI tool would help protect you against a MITM with malicious JavaScript.