up vote 4 down vote favorite
share [g+] share [fb]

I work on relatively sensitive code that we wouldn't want falling into the wrong hands. Up until now, all the code has been keep in house so it hasn't been an issue. I am moving to working from home a day or two a week and we want to secure the code on my laptop.

We have looked at a few alternatives, but Windows EFS and Bitlocker seem to be the most obvious. The laptop doesn't have TPM hardware, and I won't have access to Active Directory from home, so EFS looks to be the option.

Basically, does anyone else have any alternatives, or issues with using EFS to encrypt source code?

link|improve this question

feedback

7 Answers

up vote 13 down vote accepted

Truecrypt

link|improve this answer
Agreed. An encrypted TrueCrypt partition should also be fast enough not to slow down compilation process etc.. – hangy Sep 25 '08 at 20:48
Just be sure to place the page file also on that partition. – Sunny Sep 25 '08 at 20:53
You can also set windows to clear the pagefile on shutdown instead. – Martin Beckett Oct 18 '09 at 21:53
feedback

You should look into TrueCrypt. It's free, open source and supported on a number of platforms.

link|improve this answer
feedback

I would also recommend Truecrypt

link|improve this answer
feedback

The last time I did this was a few years ago, but we used PGPdisk. It did a good job.

link|improve this answer
feedback

You should consider using truecrypt. It would accomplish the same thing, and be a bit less invasive to your system.

link|improve this answer
feedback

TrueCrypt, there's no excuse to use anything different. It's secure and it's free...what more could you want.

link|improve this answer
feedback

+1 for TrueCrypt. We use it at work, it's great.

Tip: it seems that if you have a big codebase and you work with multiple working copies checked out simultaneously, you get much better performance if each working copy is on its own encrypted partition.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.