哪些书可以帮助我了解有关 SSL/PKI 的所有知识?

发布于 2024-09-27 16:54:21 字数 129 浏览 2 评论 0原文

由于 SSL 是安全互联网的支柱(现在技术上称为 TLS),我应该阅读哪些好书来了解它的各个方面?

我想我还需要学习一些数学、一些 PKI 书籍、加密货币和系统管理书籍。由于这不是完整的列表,我也有兴趣听听您认为明智的学习内容。

Since SSL is the backbone of the secure internet, (now technically called TLS), what are some good books I should read up on to understand all aspects of it?

I suppose I'll need to learn some math, some PKI books, crypto, and Sysadmin books as well. Since that isn't a complete list I'm interested in hearing what you think is wise to learn as well.

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

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

发布评论

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

评论(3

青朷 2024-10-04 16:54:21
橙味迷妹 2024-10-04 16:54:21

就密码学而言,这是最好的:

应用密码学:协议、算法、和 C 语言源代码

您将从基本构建块开始学习所有内容。

As far as cryptography goes, this is the best there is:

Applied Cryptography: Protocols, Algorithms, and Source Code in C

You will learn all there is from the basic building blocks upwards.

檐上三寸雪 2024-10-04 16:54:21

SSL 和 TLS:设计和构建安全系统,Addison-Wesley,2001 ISBN 0-201-61598-3:非常详细。

除了书籍之外,根据您喜欢的学习方式,如果您喜欢实践经验,您可以阅读 JSSE 参考指南(在线,Java 文档的一部分)并尝试一些基于此的教程。浏览其他库的文档也是值得的(例如 Mozilla 的 NSS 或 OpenSSL)。

如果您想了解哪些主题是前沿的,请浏览 IETF TLS 邮件列表档案(当然也可以订阅它)并关注讨论。

查看 BouncyCastle(Java 或 C# 语言)的示例或单元测试也很有趣。

您还可以将其与使用 Wireshark 查看现有应用程序使用 Wireshark 发生的情况结合起来(您不一定总是即使您拥有服务器的私钥,也能够解密通信,因为它也取决于密码套件)。

SSL and TLS: Designing and Building Secure Systems, Addison-Wesley, 2001 ISBN 0-201-61598-3: very detailed.

Aside from books, depending on how you like to learn, if you like practical experience, you could go through the JSSE Reference Guide (online, part of the Java documentation) and try a few tutorials based on this. Going through the documentation of other libraries is worth it too (e.g. Mozilla's NSS or OpenSSL).

If you want to see what topics are cutting edge, go through the IETF TLS mailing list archives (or subscribe to it, of course) and follow the discussions.

Going through the examples or unit tests of BouncyCastle (in Java or C#) can be interesting too.

You could also combine this with looking at what happens with existing applications using Wireshark (you won't necessarily always be able to decipher the communication, even if you have the server's private key, since it depends on the cipher suite too).

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