Giter VIP home page Giter VIP logo

filesend's Introduction

FileSend

FileSend allows you to securely share files through filesend.standardnotes.com.

Files are encrypted client-side using AES-256 encryption (via the audited Standard File cryptography specification). In addition, FileSend features auto-deletion of files after first download (maximum 5 days), or after specified duration. In addition, FileSend does not log IP addresses.

Cryptography

FileSend uses the same audited cryptography that Standard Notes uses to encrypt and secure user data. In particular, files are encrypted with AES-256, and authenticated with HMAC256. Encryption makes files undecipherable without the respective encryption key, and authentication ensures that files have not been tampered with or changed after upload.

FileSend will automatically generate an encryption key locally for you upon loading of the web interface. You can use this key, or erase it, and choose a key of your own.

Files are shared with a single "simple" link, which contains the encryption key within the link itself, after the hash character (#). The hash character is special in that text appearing after it is not sent to the server, when the URL is entered in a browser.

Files can also be shared via a base link with no encryption key contained. The encryption key would then be shared separately at the user's discretion. For example, a more vigilant user may want to share the base link on one communication channel, and the encryption key via another communication channel.

Self-hosting

You can self-host FileSend to have your own encrypted file sharing portal. This codebase is a Ruby on Rails application, and can be hosted using traditional deployment instructions for such an application, which we will not cover here. For a comprehensive guide to self-hosting a similar Ruby on Rails application, our Standard Notes syncing server, please see Self Hosting Standard Notes with EC2 and Nginx.

This application makes use of Amazon S3 for file storage.

The following environment variables are required for proper functioning. You may place these variables in a file named .env.

SECRET_KEY_BASE=
HOST=
DB_HOST=
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=

S3_BUCKET=

Learn more

FileSend is built upon the foundations of FileSafe, which is a Standard Notes extension that allows attaching encrypted files to notes and uploading to a user's own cloud provider (Dropbox, Google Drive, WebDAV). FileSend currently only supports uploading to S3, however, uploading to a user's own cloud provider may be an interesting iteration.

You can learn more about Standard Notes at standardnotes.com.

filesend's People

Contributors

karolsojko avatar moughxyz avatar dependabot[bot] avatar yozamacs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.