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.
我在使用 tls1 建立安全连接时遇到问题。2 通过 C++ 中的 schannel 协议。
能够与服务器握手并能够以加密格式发送和接收数据。
但有时在使用 DecryptMessage 解密从服务器接收到的数据时,会收到错误消息:无法解密指定的数据。
有人可以帮忙吗?