有哪些推荐的 OpenSSL 和密码学学习资源?

发布于 2024-12-09 07:37:28 字数 1459 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

听闻余生 2024-12-16 07:37:28

除此之外,我还想在通用密码学方面打下坚实的基础。

它有点过时了,但应用密码学手册之一最好的,完整的,深入的,但并非不可能理解,书籍中提供的资源(有 pdf 版本,但请参阅使用它们的许可证)。

in addition to that I would like to get a solid foundation on general cryptography.

It's getting a bit old but the Handbook of Applied Cryptography is one of the best, complete, deep but not impossible to understand, resource available in a book (with pdf available, but see license for using them).

悟红尘 2024-12-16 07:37:28

首先了解openssl是算法和协议的实现;但如果您对算法和协议的作用没有至少基本的了解(至少阅读过维基百科页面),您就无法理解其实现。

一旦您知道自己想要做什么,但需要学习如何在 openssl 中执行此操作,那么我建议:

  1. 查看“OpenSSL 的网络安全”是否描述了如何执行此操作。

  2. 检查手册页

  3. Grep 源代码

First, understand that openssl is an implementation of algorithms and protocols; but if you don't have at least a basic understanding of the what the algorithms and protocols do (have read the wikipedia pages at a minimum), you cannot understand the implementation.

Once you've reached the point where you know what you want to do, but need to learn how to do it within openssl, then I suggest:

  1. See if 'Network Security with OpenSSL' describes how to do it.

  2. Check the man pages

  3. Grep the source

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