Encrypting Source Code - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T06:55:20Z http://stackoverflow.com/feeds/question/135943 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/135943/encrypting-source-code 4 Encrypting Source Code KiwiBastard 2008-09-25T20:44:33Z 2008-09-25T21:01:33Z <p>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.</p> <p>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.</p> <p>Basically, does anyone else have any alternatives, or issues with using EFS to encrypt source code? </p> http://stackoverflow.com/questions/135943/encrypting-source-code/135956#135956 0 Answer by nsayer for Encrypting Source Code nsayer 2008-09-25T20:46:10Z 2008-09-25T20:46:10Z <p>The last time I did this was a few years ago, but we used PGPdisk. It did a good job.</p> http://stackoverflow.com/questions/135943/encrypting-source-code/135965#135965 12 Answer by micahwittman for Encrypting Source Code micahwittman 2008-09-25T20:47:07Z 2008-09-25T20:47:07Z <p><a href="http://www.truecrypt.org/downloads.php" rel="nofollow">Truecrypt</a></p> http://stackoverflow.com/questions/135943/encrypting-source-code/135969#135969 1 Answer by QAZ for Encrypting Source Code QAZ 2008-09-25T20:47:47Z 2008-09-25T20:47:47Z <p>You should look into <a href="http://www.truecrypt.org/" rel="nofollow">TrueCrypt</a>. It's free, open source and supported on a number of platforms.</p> http://stackoverflow.com/questions/135943/encrypting-source-code/135970#135970 0 Answer by aceinthehole for Encrypting Source Code aceinthehole 2008-09-25T20:47:51Z 2008-09-25T20:47:51Z <p>You should consider using <a href="http://www.truecrypt.org/" rel="nofollow">truecrypt</a>. It would accomplish the same thing, and be a bit less invasive to your system.</p> http://stackoverflow.com/questions/135943/encrypting-source-code/136017#136017 1 Answer by PostMan for Encrypting Source Code PostMan 2008-09-25T20:54:11Z 2008-09-25T20:54:11Z <p>I would also recommend <a href="http://www.truecrypt.org/" rel="nofollow">Truecrypt</a></p> http://stackoverflow.com/questions/135943/encrypting-source-code/136040#136040 0 Answer by Adam Gibbins for Encrypting Source Code Adam Gibbins 2008-09-25T20:56:41Z 2008-09-25T20:56:41Z <p>TrueCrypt, there's no excuse to use anything different. It's secure and it's free...what more could you want.</p> http://stackoverflow.com/questions/135943/encrypting-source-code/136088#136088 0 Answer by Carl Seleborg for Encrypting Source Code Carl Seleborg 2008-09-25T21:01:33Z 2008-09-25T21:01:33Z <p>+1 for TrueCrypt. We use it at work, it's great.</p> <p>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.</p>