0

I'm looking for a mirroring/backup program that will obfuscate the file name of the files being mirrored. For example, say I have a file with something incriminating in the file name. I'd like the file name to be encrypted/obfuscated when I store the mirror of my data on another computer.

Any ideas?

2 Answers2

3

Just use Truecrypt on a USB thumbdrive. http://www.truecrypt.org/ Having an encrypted filesystem is better than obfuscating filenames.

0

Use BoxCryptor. BoxCryptor is a Windows implementation of 'encfs' for Unix systems. It is an encrypted filesystem that overlays any arbitrary filesystem you're already using. When you read and write files, their contents and their filenames are encrypted and decrypted with a system that ties back to your passphrase you used to mount it.

Unlike truecrypt, the cryptography happens at the level of individual files. You don't have to allocate space ahead of time.