Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasilakisfil/secure_file_transfer

Rails app that allows you to securely transfer/share files between your users using (a)symmetric crypto
https://github.com/vasilakisfil/secure_file_transfer

Last synced: 6 days ago
JSON representation

Rails app that allows you to securely transfer/share files between your users using (a)symmetric crypto

Awesome Lists containing this project

README

        

# Secure File Transfer

Alows you to securely transfer files between users. Supports 2-factor
authentication and verification of X-509 certificates. Still under construction.

To run:
```
bundle install
rake db:create
rake db:migrate
#export environment variables
#export AES_KEY=...
#export IV_KEY=...
#export BASE_KEY=...
rails s -p 3000
```