Encrypting Source Code - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T06:55:20Zhttp://stackoverflow.com/feeds/question/135943http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/135943/encrypting-source-code4Encrypting Source CodeKiwiBastard2008-09-25T20:44:33Z2008-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#1359560Answer by nsayer for Encrypting Source Codensayer2008-09-25T20:46:10Z2008-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#13596512Answer by micahwittman for Encrypting Source Codemicahwittman2008-09-25T20:47:07Z2008-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#1359691Answer by QAZ for Encrypting Source CodeQAZ2008-09-25T20:47:47Z2008-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#1359700Answer by aceinthehole for Encrypting Source Codeaceinthehole2008-09-25T20:47:51Z2008-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#1360171Answer by PostMan for Encrypting Source CodePostMan2008-09-25T20:54:11Z2008-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#1360400Answer by Adam Gibbins for Encrypting Source CodeAdam Gibbins2008-09-25T20:56:41Z2008-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#1360880Answer by Carl Seleborg for Encrypting Source CodeCarl Seleborg2008-09-25T21:01:33Z2008-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>