PDA

View Full Version : How to encrypt and sync data intostorage like DropBox, GDrive...



Fli
02-05-2014, 01:13 PM
Many people dont trust Dropbox, Google drive, Mega.co.nz (https://mega.co.nz/#pro/hxknlQKT) for storing their private data. me neither

I want to ask what is the easiest way for encrypting/decrypting & syncing sensitive data of small volume to/from an external backup location (google drive, dropbox, external ssh server, ftp, email)

I mean i login to some computer, i run some script/program from USB flash to download my private documents & decrypt them. Then i work on them, save changes and these changes are uploaded back to external storage in encrypted form.

----------------

A) https://www.boxcryptor.com

B) EncFS (http://www.howtogeek.com/121737/how-to-encrypt-cloud-storage-on-linux-and-windows-with-encfs/) which creates an encrypted version of a files located in certain folder you speciffy.
There is EncFS for linux (http://tom.noflag.org.uk/cryptkeeper.html) and EncFS for Windows (http://members.ferrara.linux.it/freddy77/encfs.html).

Following is the Windows install guide for EncFS: Download app from above link or from this page attachment:
59
(i dont guarantee anything, i just uploaded the archive downloaded from the author page as mentioned above.)

Then extract downloaded .ZIP and then download and install Dokan library only version 0.60 from there (http://dokan-dev.net/en/download/). Or as a backup there:
60

First you need to install Dokan, then run .exe file of EncFS called "encfsw.exe".

A Windows tray icon with "key" should appear. Click it and you can Open/Create new encrypted folder. There you select new folder which you will use for storing encrypted files. Once done, it will mount a new volume Drive (example: E:\) which will contain non encrypted version of files. Once you create, copy new files there, instantly an encrypted version of them is created in your basis folder.

So this way you can synchronise your E:\ contents with your dropbox, or set this drive as a Dropbox folder. USe another app to do the sync..