Microsoft 是否提供连接到其自己的 MS CryptoAPI 的 PKCS #11 提供程序?
我希望使用 PKCS #11 接口运行一些测试,并且想知道 Microsoft 是否提供了基于软件的实现来提供 PKCS #11 功能?
我宁愿现在就开始测试与接口的交互,而不是等待 HSM 到达并正确配置。
I'm looking to run some tests using the PKCS #11 interface and was wondering if Microsoft provided a software based implementation the provides PKCS #11 functionality?
Rather then waiting for a HSM to arrive and be properly configured I'd rather get started on testing interaction with the interface now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
微软没有。 Microsoft 已拒绝 PKCS11,转而支持智能卡微型驱动程序/基础智能卡 CSP。 但是,您可以从许多供应商处获得支持 PKCS11 的智能卡,以便您测试代码。 有些甚至拥有模拟智能卡的“软令牌”。 请注意,相对于完整的 HSM,大多数智能卡所支持的功能非常有限。
Microsoft does not. Microsoft has rejected PKCS11 in favor of the smart card minidriver/base smart card CSP. However, you can get smart cards with PKCS11 support from many vendors that will allow you to test code. Some even have "softtokens" that emulate a smart card. Note that most smartcards are quite limited as to what they support relative to a full HSM.
它不是由 Microsoft 提供的,但您可以使用第三方实现,例如:
It´s not provided by Microsoft but you can use third parties implementations, for example: