From 3f664a25e3ec7a1feafed413700b3337c3b27cb2 Mon Sep 17 00:00:00 2001 From: Stephen Karl Larroque Date: Sat, 15 Feb 2020 03:03:13 +0100 Subject: [PATCH] Updates for File Sharing (#1686) * Upgrade OnionShare as top 1 file sharing option, demote Firefox Send to 2nd and add warning about logging Signed-off-by: Stephen L. * OnionShare has a receiver option, so the other party can send files too Signed-off-by: Stephen L. * Move Firefox Send back as first entry after discussion Signed-off-by: Stephen L. * add FramaDrop Signed-off-by: Stephen L. * extend croc description (main advantage is that there is no dependencies, receiver can simply open the binary and type the passphrase) Signed-off-by: Stephen L. * add warning for FramaDrop Signed-off-by: Stephen L. * OnionShare simplify description Signed-off-by: Stephen L. * FreedomBox XMPP server (instead of Jabber), fixes #1692 Signed-off-by: Stephen L. * replace PTIO link with external source Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 460ec305..4b1fb749 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -3,8 +3,9 @@ {% include cardv2.html title="Firefox Send" image="/assets/img/svg/3rd-party/firefox_send.svg" -website="https://send.firefox.com/" +labels="warning:Warning: IP addresses are retained in logs for 90 days." description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security." +website="https://send.firefox.com/" forum="https://forum.privacytools.io/t/discussion-firefox-send/755" github="https://github.com/mozilla/send" web="https://send.firefox.com/" @@ -16,7 +17,7 @@ title="OnionShare" image="/assets/img/svg/3rd-party/onionshare.svg" website="https://onionshare.org/" tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion/" -description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL for you to share so that the recipients can access and download the files." +description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files." forum="https://forum.privacytools.io/t/discussion-onionshare/754" github="https://github.com/micahflee/onionshare" windows="https://onionshare.org/#downloads" @@ -44,6 +45,7 @@ netbsd="https://pypi.org/project/magic-wormhole/"

Worth Mentioning

    -
  • croc - Easily and securely send things from one computer to another.
  • -
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.
  • +
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • +
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • +
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or XMPP server, to a wiki, or VPN.