如何测试RSA私钥
我在一台寡妇机器上,需要轻松测试我的私钥是否正常。我需要测试它,因为我将其包装在 HSM 中以将其导出,然后在 C# 测试应用程序中将其解开。现在我只想确保钥匙包装正确且可用。 Allso我没有认证,所以测试必须不使用证书。还需要提及的是,密钥采用 DER ANS.1 格式。 也许有一个简单的应用程序,我可以在其中加载密钥,然后对字符串或类似的东西进行简单的加密解密?
I m on a widows machine and need to test easily if my private key is ok. I need to test it becouse im wrapping it in HSM to export it and then unwrapping it in my test application in C#. Now i just want to make sure the key was wrapped correctly and usable. Allso i dont have certification for it so the testing has to be without using cert. Allso need to mention that the key is in DER ANS.1 format.
maybe there is sa simple app where i can load the key in and then do a simple encryption decryption on a string or something like that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是编写了一个简单的应用程序并使用我的密钥进行签名以查看它们是否正常。
I just wrote a simple application and used my keys for signing to see if they are ok.