Basic scrypt to encrypt with CryFS file hosting services like Dropbox, MEGA, Drive, etc.
|
7 lat temu | |
---|---|---|
LICENSE | 7 lat temu | |
README.md | 7 lat temu | |
cryfs-automount | 7 lat temu |
CryFS is a cryptographic software for Cloud storage, it allow make encrypted volumes and uploaded to Dropbox, Drive , etc. For more info: https://www.cryfs.org/
This is a basic script to automount CryFS with various file hosting services at the same time. It can mount existing volumes and also create new ones. It automount the volume at every user login (~/.config/autostart/cryfs-"name".desktop).
It's has been tested with Ubuntu 16.04 and Linux Mint 17.3 Rosa (probably it works with Debian/Ubuntu based distributions that use Gnome).
OPTIONS:
--blocksize
The Dropbox client get crazzy!
The scrypt has to be installed in /usr/local/bin/
If it's not installed, it'll try to install itselft. To installed manually as simple as:
sudo cp cryfs-automount /usr/local/bin/
To create a new volume for Dropbox:
To mount a existing volume of Mega:
THANKS: to Sebastian Meßmer (https://github.com/smessmer) who made CryFS.