加密源代码
时间:2020-03-06 14:44:54 来源:igfitidea点击:
我在相对敏感的代码上工作,我们不想落入错误的人手中。到目前为止,所有代码都保留在内部,因此这不是问题。我打算每周一两天在家工作,所以我们希望将代码保存在笔记本电脑上。
我们已经研究了几种替代方法,但是Windows EFS和Bitlocker似乎是最明显的。笔记本电脑没有TPM硬件,我将无法在家中访问Active Directory,因此EFS似乎是一种选择。
基本上,是否还有其他人有其他选择,或者使用EFS加密源代码是否有问题?
解决方案
我上一次这样做是在几年前,但是我们使用了PGPdisk。做得很好。
Truecrypt:
WARNING: Using TrueCrypt is not secure as it may contain unfixed security issues This page exists only to help migrate existing data encrypted by TrueCrypt. The development of TrueCrypt was ended in 5/2014 after Microsoft terminated support of Windows XP. Windows 8/7/Vista and later offer integrated support for encrypted disks and virtual disk images. Such integrated support is also available on other platforms (click here for more information). You should migrate any data encrypted by TrueCrypt to encrypted disks or virtual disk images supported on your platform...
我们应该研究TrueCrypt。它是免费的开放源代码,并在许多平台上受支持。
我们应该考虑使用truecrypt。它将完成相同的事情,并且对系统的侵入性将有所降低。
我也会推荐Truecrypt
TrueCrypt,没有任何借口可以使用任何其他不同的东西。它是安全的并且是免费的...我们还想要什么。
+1为TrueCrypt。我们在工作中使用它,太好了。
提示:如果代码库很大,并且同时处理了多个工作副本,则每个工作副本都位于其自己的加密分区上,则可以得到更好的性能。