加密源代码

发布于 2024-07-07 06:18:10 字数 263 浏览 12 评论 0原文

我处理相对敏感的代码,我们不希望这些代码落入坏人之手。 到目前为止,所有代码都保存在内部,因此这不是问题。 我将每周在家工作一两天,我们希望保护我笔记本电脑上的代码。

我们已经研究了一些替代方案,但 Windows EFS 和 Bitlocker 似乎是最明显的。 该笔记本电脑没有 TPM 硬件,而且我无法从家里访问 Active Directory,因此 EFS 看起来是一个选择。

基本上,还有其他人有任何替代方案,或者使用 EFS 加密源代码有问题吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

茶底世界 2024-07-14 06:18:11

TrueCrypt,没有理由使用任何不同的东西。 它安全且免费...您还想要什么。

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

乱了心跳 2024-07-14 06:18:11

TrueCrypt +1。 我们在工作中使用它,非常棒。

提示:如果您有一个很大的代码库并且同时签出多个工作副本,那么如果每个工作副本都位于其自己的加密分区上,您将获得更好的性能。

+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.

屌丝范 2024-07-14 06:18:11

出于速度和简化问题,您可能想要加密部分数据而不是全部数据,但是,使用 Windows 加密卷也相当容易。 不要忘记,如果您必须加密整个源代码,那么请记住,您最好加密整个开发计算机,而不仅仅是单个卷,因为临时文件或交换文件可能包含解密的信息。

You MAY want to encrypt PARTS of the data instead of all of it for speed and simplification issues, however, using a windows encrypted volume would be fairly easy as well. Don't forget that if you must encrypt the entire source, then remember that you're best off encrypting the entire development machine, not just a single volume as temp files or swap files may contain the decrypted information.

反差帅 2024-07-14 06:18:10

Truecrypt

警告:使用 TrueCrypt 并不安全,因为它可能包含未修复的安全问题

此页面的存在只是为了帮助迁移由 TrueCrypt 加密的现有数据。

在 Microsoft 终止对 Windows XP 的支持后,TrueCrypt 的开发于 5/2014 结束。 Windows 8/7/Vista 及更高版本提供对加密磁盘和虚拟磁盘映像的集成支持。 其他平台上也提供此类集成支持(单击此处了解更多信息)。 您应该将 TrueCrypt 加密的任何数据迁移到您的平台支持的加密磁盘或虚拟磁盘映像...

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...

铁轨上的流浪者 2024-07-14 06:18:10

您应该查看 TrueCrypt。 它是免费、开源的,并受多种平台支持。

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

笑叹一世浮沉 2024-07-14 06:18:10

我还推荐 Truecrypt

I would also recommend Truecrypt

泪意 2024-07-14 06:18:10

我上次这样做是在几年前,但我们使用的是 PGPdisk。 它做得很好。

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

七禾 2024-07-14 06:18:10

您应该考虑使用 truecrypt。 它会完成同样的事情,并且对您的系统的侵入要小一些。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文