SSL 和 MAC(消息验证代码)标头

发布于 2024-10-04 21:33:33 字数 108 浏览 2 评论 0原文

我需要使用 MAC 标头对服务器和客户端之间的所有通信进行加密。有人可以解释一下 MAC 标头到底如何与 SSL 机制配合使用以及在哪里可以看到它吗?

我需要验证 mac 标头是否存在。

I need to encrypt all communication between the server and client by using MAC headers. Is it possible for someone to explain how exactly the MAC header works with the SSL mechanism and where can it be seen ?

I need to verify if the mac headers are present.

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

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

发布评论

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

评论(1

戏舞 2024-10-11 21:33:33

JSSE 中也没有这样的选项。每个 TLS/SSL 记录上都有 MAC,但在预告片中,而不是标头中。问他们在说什么。

There's no such option in JSSE either. There are MACs on every TLS/SSL record, but in the trailer, not the header. Ask them what they are talking about.

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