I'm traveling to UK for college and I'm bringing 2x2TB drives with me. I'm concerned about my privacy when going through the border as they might search the drives. So I came up with the following things that I can do:
- Encryption, but UK (and some other countries) has the RIPA; I'll have to surrender my keys if they really want to inspect the content
- Mail the drives
- Download the content via SCP (not practical as the data is about 2.8TB)
Also, TrueCrypt died not long ago and suggests BitLocker, which is what I'm already using right now.
Now the real question:
What If I construct a software RAID 0 using ZFS + encrypt the drive. So now they can't really access the drive unless they've got a BSD box with the correct configuration.
An example would be setting up a FreeNAS box in a VM and then setup the 2 HDDs with ZFS; when I travel, I simply don't take the VM files with me. That way, even if border agencies ask for decryption, it would be very hard to actually extract data because of lack of equipment. (And I can't assist them because I don't have the VM with me)
Another way that might work is that I compress my entire data into tar /7z archive that is encrypted. They will just see a big blob of binary and can't really scan it.
TL;DR: If I stored my data on some disk configuration that is not popular(ZFS) or hard to access, will border agencies still try to access my data?