Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写几个数据包的编码。对于我需要生成 HMAC 的数据包。现在,我实际上是出于安全目的而尝试设计它,并密切关注数据包的 OpenSSL 格式。
如何为数据包生成 HMAC?如何获得钥匙?openssl 如何获得它的密钥?
我希望您了解密钥必须对客户端和服务器都可用。
我的代码是 C++