Skip to content

taylorjandrews/FuseBox

Repository files navigation

FuseBox

Created by: Taylor Andrews

Dropbox client with encryption for safer data storage.

Dependencies:
  * dropbox python core sdk
  * FUSE
  * Python Requests v2.7.0

Installation:
  * sudo apt-get install python-fuse
  * pip install dropbox (alternatively download from
  https://www.dropbox.com/developers-v1/core/sdks/python)

Setup Dropbox Oauth:
  python setup.py

Usage:
  Share any desired secrets via Tutamen
  python fusebox.py <mountpoint>

Licensing:
  Copyright 2015 Taylor Andrews

  This file is part of FuseBox.

  FuseBox is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  FuseBox is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with FuseBox.  If not, see <http://www.gnu.org/licenses/>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages