Windows 上的哪个库用于在使用 TLS/SSL 时加密和解密消息?
我想写一个小型的即时通讯客户端。如果您还可以提供一些文献/示例代码的链接,那就太好了。
I wish to write a small IM client. If you can also provide links to some literature/sample code that would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在编写本机代码,您可能需要查看 SSPI 和特别是 SChannel:
让我们忽略他们无法数数的时刻:-)
If you're writing native code, you're probably going to want to look at SSPI and specifially SChannel:
Let's ignore for the moment that they can't count :-)
根据语言/平台(.NET、Win32 API 等),有多种可用选项。
上面已经提到了SChannel。然后您可以使用OpenSSL。另外,根据您的平台,您可以使用我们的 SSLBlackbox。
Depending on the language / platform (.NET, Win32 API etc.) there are several options available.
SChannel has been mentioned above. Then you can use OpenSSL. Also depending on your platform you can use our SSLBlackbox.