Encrypt files on an SD card

5

1

I have a new computer with a shiny slot for an SD card. I have brought a nice fast 32GB SD card for it and will be using that as personal back up of my important documents.

What I hope to be able to do is create some sort of "service" that will encrypt the files and then copy them to the SD card.

What free software can I get that will encrypt the files (I need to use some of the standard encryption algorithms – AES type for the encryption) and what can I use to create the service?

I am running a Windows 7 64 bit Professional Edition, so Bitlocker is unavailable.

Madison Cat

Posted 2012-03-06T08:18:18.163

Reputation: 63

Answers

7

Use TrueCrypt to create an encrypted file container on your SD card, this will create a virtual drive which is encrypted. Then use SyncToy to syncronise the files/folders that you need to this encrypted drive.

aland

Posted 2012-03-06T08:18:18.163

Reputation: 498

Thank you. Does exactly what I had in mind. Blowfish encryption and like the sync tool – Madison Cat – 2012-03-06T09:07:47.730

TrueCrypt can also encrypt an entire volume, which is useful if you never want to store unencrypted files on the SD (i.e. it prevents mistakes). – MSalters – 2012-03-06T11:58:52.383

SyncTool ... +1 :-) – noelicus – 2012-11-29T14:12:03.020