Explorar el Código

Add more info

Guzmán Castanedo Villalba hace 6 años
padre
commit
dee8989605
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      README.md

+ 9 - 2
README.md

@@ -1,6 +1,12 @@
 # cryfs-dropbox
+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 Dropbox.
+It can mount existing volumes and also create new ones.
+It automount the volume at every user login (~/.config/autostart/cryfs-dropbox.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).
 
-Basic scrypt to automount Encrypted Dropbox with CryFS.
 * USAGE: cryfs-dropbox [OPTIONS]
 * OPTIONS:
     * 	-b, --basedir basedir
@@ -29,4 +35,5 @@ Basic scrypt to automount Encrypted Dropbox with CryFS.
         * 	Change the ciphertext block size in bytes.
         * 	Default: 524288 (512 KB)
         * 	CryFS use by default 32KB, but a 17 GB volume can generate up to 400,000 files with this...
-        * 	The Dropbox client get crazzy!
+        * 	The Dropbox client get crazzy!
+* THANKS: to Sebastian Meßmer (https://github.com/smessmer) who made CryFS.