是否有使用 MD5 哈希的协议?

发布于 2024-12-26 12:47:34 字数 173 浏览 3 评论 0原文

我有一个程序,我对其进行逆向工程,以学习协议(并提高我的汇编技能)。我已经反转了整个协议,并且知道加密发生在哪里等等。该程序使用 CBC(链块密码),但数据包在发送之前会继续经过 MD5 哈希。

我知道这是不可能的(或者是吗?)我在谷歌上搜索了很长时间,但找不到任何信息。那么有谁知道这样的协议是否可行以及它的名称?

I have a program that I am reverse engineering for learning purposes about protocols (and to sharpen my assembly skills). I have reversed the whole protocol, and know where encryption takes place and all. The program uses an CBC(chain block cipher) but the packets keep going through an MD5 Hash before they are sent.

I know this is not possible(or is it?) I searched Google for a long time and couldn't find any information. So does anyone else know if a protocol like this is possible, and the name of it?

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

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

发布评论

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

评论(1

烟酒忠诚 2025-01-02 12:47:34

作为一个非常明显且众所周知的示例,SSL/TLS 协议使用 MD5(但不限于 MD5)。

As a very obvious and well-known example, the SSL/TLS protocol uses MD5 (but not exclusively MD5).

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