Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vasilakisfil/secure_file_transfer
- Owner: vasilakisfil
- Created: 2014-02-26T18:24:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T11:06:12.000Z (over 10 years ago)
- Last Synced: 2024-12-17T05:56:07.800Z (7 days ago)
- Language: Ruby
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```