/secure-cloud

An application which allows a user to upload encrypted versions of their files to the cloud and add trusted users who can download decrypted copies of the files.

Primary LanguagePython

secure-cloud

An application which allows a user to upload encrypted versions of their files to Dropbox and add trusted users who can download decrypted copies of the files.

  1. Clone repo
  2. Install requirements
  3. Add Dropbox access key into secure_cloud/config/config.json
  4. From repo root runcd secure_cloud/ && python manage.py runserver
  5. Navigate to localhost:8000 in browser