Simple service that crypt/decrypt (text) fiies to/from Dropbox using OpenPGP.
- Generating new GPG-key.
- Crypting (text) files from local to Dropbox.
- Decrypting (text) files from Dropbox to local.
- Dropbox Core API for Python (https://www.dropbox.com/developers/core/sdks/python)
- GnuPG library (http://www.gnupg.org/download/)
- Crypt/decrypt no-text files. (WIP)