如何测试RSA私钥

发布于 2024-10-21 22:30:07 字数 193 浏览 2 评论 0原文

我在一台寡妇机器上,需要轻松测试我的私钥是否正常。我需要测试它,因为我将其包装在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

⊕婉儿 2024-10-28 22:30:07

我只是编写了一个简单的应用程序并使用我的密钥进行签名以查看它们是否正常。

I just wrote a simple application and used my keys for signing to see if they are ok.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文