Firefox Send

from Wikipedia, the free encyclopedia
Firefox Send

Firefox Send logo.svg
Basic data

Maintainer Mozilla
developer Mozilla Corporation
Publishing year March 12, 2019
Current  version 3.0.22
( April 30, 2020 )
programming language JavaScript
License MPL-2.0
send.firefox.com

Firefox end is a free end-to-end encrypted file sharing - Service of Mozilla . The service has been temporarily unavailable since July 8, 2020 .

use

Firefox Send supports unannounced files up to 1 GB in size . If you log in with a Firefox account , the limit is 2.5 GB. However, regardless of the file size, an account is never required to download a file.

The files are deleted either after 5 minutes or 1 hour or 24 hours or 7 days or after a certain number of downloads . The user can specify this when uploading .

Technical implementation

Firefox send is written in JavaScript and runs for Node.js . The source code is available on GitHub .

Encryption

The Web Crypto API is used for encryption . A random private key is generated before the file is uploaded , which is used to encrypt the file and metadata before uploading. The server then returns a URL pointing to the encrypted data. The private key is added to the URL as a fragment identifier and presented to the user. With the URL and the fragment identifier you can now download the files from the server in a similar manner. So the private key is never sent to the server.

In addition, the file can be protected by a password .

Individual evidence

  1. a b Nick Nguyen: Introductory article from Firefox Send. In: The Mozilla Blog. Mozilla, March 12, 2019, accessed June 23, 2019 .
  2. Release 3.0.22 . April 30, 2020 (accessed April 30, 2020).
  3. Language portion of the source text on Github. Retrieved June 23, 2019 .
  4. License file on Github. Retrieved June 23, 2019 .
  5. by Dr Jakob Jung on July 8, 2020, 8:20 am: Mozilla suspends Firefox Send Service. July 8, 2020, accessed on August 10, 2020 (German).
  6. What happened to Firefox Send? | Mozilla Help. Retrieved August 10, 2020 .
  7. FAQ: How big of a file can I transfer with Firefox Send? In: Github - mozilla / send. June 23, 2019, accessed June 23, 2019 .
  8. Encrypted file transfer with Firefox Send. March 12, 2019, accessed June 24, 2019 .
  9. FAQ: How long are files available for? In: Github - mozilla / send. June 23, 2019, accessed June 23, 2019 .
  10. Github: mozilla / send. Mozilla, June 23, 2019, accessed June 23, 2019 .
  11. ^ Danny Coats: File Encryption. In: Github - mozilla / send. June 23, 2019, accessed June 23, 2019 .