RIPSIKE / cryptonite

Automatically exported from code.google.com/p/cryptonite
GNU General Public License v2.0
0 stars 0 forks source link

Add support to reverse encryption #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please add support to use reverse encryption in criptonite.
In encfs reverse mode (encfs --reverse) you can have an unencrypted local 
folder  and a mount point that encrypts the files on the fly. So  we can make 
backups to dropbox encrypted while keeping the local data unencrypted removing 
any  overhead to access the files locally.

Example:

/sdcard/DCIM -> unencrypted
encfs --reverse /sdcard/DCIM /sdcard/dropbox_sync_pics 
/sdcard/dropbox_sync _pics  -> on the fly encrypted that will be synced with 
dropbox using third part apps.
So i can work locally with no overhead at all and only during sync my files 
will be transparently encrypted on dropbox servers.

Thanks !

Original issue reported on code.google.com by salatiel...@gmail.com on 24 Aug 2012 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by christoph.schmidthieber@gmail.com on 25 Aug 2012 at 1:14

GoogleCodeExporter commented 8 years ago
I want this SO much. I hate that my pics are unencrypted on dropbox. Please 
add. It should be very easy to implement.

Original comment by oer...@gmail.com on 1 Nov 2012 at 2:47

GoogleCodeExporter commented 8 years ago
This issue has moved to https://github.com/neurodroid/cryptonite/issues/39

Original comment by christoph.schmidthieber@gmail.com on 28 Aug 2014 at 3:52