Ye blog of Adam Wright

DIY, tutorials, stuff for geeks, all updated when I have the time to spare.

How To Password Protect A Directory In Dropbox Or Other Cloud Storage

Let’s face it, most of the stuff you keep in Dropbox aren’t important. No one will be trying to guess your password for your archive of gifs and lolcat pics. However, you might have some sensitive data such as personal pictures or legal documents. Here are a couple of the simplest methods to protect your sensitive data. These methods are based on protecting individual directories/folders, so they should work for any cloud storage solution such as Dropbox, Skydrive, Google Drive, SugarSync, etc.

Method #1 – Simple password-protected folder compression

The easiest method of password protecting a directory is to compress it as a ZIP file with a password.

  1. In Linux Mint, and most other Ubuntu derivatives and Windows, there should be an entry in the right-click menu to compress a file or folder such as this:
    Screenshot from 2013-03-29 14:51:56
  2. Compress the folder as a ZIP file and set a password.
    Screenshot from 2013-03-29 14:56:44
  3. Now you have a password protected ZIP file of the folder. No one can open, see, or edit any of the files in the folder without knowing the password.
    Screenshot from 2013-03-29 14:58:18

Now just delete the uncompressed folder. Each time you need to edit or see files in the folder you’ll have to unzip it, and rezip it when you’re done.

Method #2 – Encrypting the directory

Using TrueCrypt, you can securely encrypt the directory with a password. With this method, the directory can be mounted as a drive anytime you’d like to use it. Then you can add, remove, or alter files as you want before unmounting it. I chose TrueCrypt because they have clients for Windows, Mac, and Linux. I will be covering its installation and use in Linux, but the method should be similar for Windows as well.

  1. Download the TrueCrypt package from their website: TrueCrypt.
  2. Install TrueCrypt byextracting and running the shell script.
  3. Once its finished installing, start TrueCrypt and click “Create Volume”
    Screenshot from 2013-03-29 15:55:48
  4. Select “Create an encrypted file container”
    Screenshot from 2013-03-29 15:56:03
  5. Select “Standard TrueCrypt volume”
    Screenshot from 2013-03-29 15:56:08
  6. Choose where you want to save the encrypted volume. It will appear as a single file once its created.
    Screenshot from 2013-03-29 16:26:11
  7. Choose the encryption algorithm and hash algorithm you’d like.
    Screenshot from 2013-03-29 16:32:38
  8. Choose how big you’d like the make the encrypted volume. The file will appear this big at all times, even if you leave it empty. So, be careful how big you make the volume file depending on how much space of your Dropbox account you’re willing to give up.
    Screenshot from 2013-03-29 16:32:47
  9.  Choose your password.
    Screenshot from 2013-03-29 16:32:56
  10. Choose the filesystem type you’d like to use. If you plan on using the files within the encrypted volume in Windows, you might want to select FAT rather than Ext2/3.
    Screenshot from 2013-03-29 16:33:05
  11. On the next screen you should move your mouse around a little to randomize the header and master keys, then click “Format” to start formatting and encrypting the volume. In my experience, it takes somewhere around one minute per gigabyte.
    Screenshot from 2013-03-29 16:33:24
  12. Screenshot from 2013-03-29 16:34:36Now you can mount the encrypted volume you’ve created by clicking “Select File…”, selecting the file, and clicking “Mount”.
    Screenshot from 2013-03-29 16:39:48
  13. Put in the password for the encrypted volume. You should also see a popup asking for your machine’s root password for permissions to mount the volume.
    Screenshot from 2013-03-29 16:40:00
  14. The volume is now mounted (just like a USB flash drive; you can see it on the left side).
    Screenshot from 2013-03-29 16:40:19
  15. You can put any files in the volume that you want to keep encrypted.
    Screenshot from 2013-03-29 16:41:48

To dismount the volume, you must either right-click the volume from within the TrueCrypt window and selecting “Dismount” or by clicking the “Dismount All” button. Simply unmounting the volume like you would a USB drive (such as clicking the little eject icon on the menu on the left) will not unmount the encryption, so you will be able to remount it without inputting a password. For this reason, be sure to dismount the volume via TrueCrypt.

3 responses to “How To Password Protect A Directory In Dropbox Or Other Cloud Storage

  1. Robert 08/16/2013 at 7:50 PM

    Thanks for this article.
    My question is: Can and will Dropbox automatically update the contents of a password-protected file?
    I have a WinRAR archive that is locked, and Dropbox notified me that it had been updated between all my machines registered in Dropbox. I had made some changes in it on one PC.
    Can Dropbox see inside my locked files?

    • Adam 08/16/2013 at 8:01 PM

      I’m not sure, but Dropbox is probably just looking at the “Last Modified” time of the file, which shouldn’t mean Dropbox can see inside the archive file. Don’t quote me though. There might be more accurate information somewhere online.

      • Shawn 10/06/2013 at 11:47 AM

        Dropbox certainly can’t look inside your zipped or archived file, wether password protected or not. But if you edit the contents and overwrite the old zip, Dropbox will update to the new one.

        Another method is (shameless plug!) use http://passdropit.com to password protect a link before sharing.

Leave a reply to Robert Cancel reply