如何在 PHP 中使用 snk 文件对数据进行签名?

发布于 2024-07-15 01:56:14 字数 268 浏览 2 评论 0原文

如何将用于签署 .NET 程序集的 .snk RSA 密钥对文件转换为可与 PHP 或其他软件一起使用的基于 XML 的文件?

XML 文件示例:

<BitStrength>1024</BitStrength><RSAKeyValue><Modulus>tk=</Modulus><Exponent>QB</Exponent></RSAKeyValue>

How to convert the .snk RSA keypair file used to sign the .NET assemblies to XML based files that can be used with PHP or other software?

XML file sample:

<BitStrength>1024</BitStrength><RSAKeyValue><Modulus>tk=</Modulus><Exponent>QB</Exponent></RSAKeyValue>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

赠佳期 2024-07-22 01:56:14

这听起来更像是您应该使用 makecert 或类似的(或证书经销商),并将其导出为公钥/私钥文件? 强名称键(snk)有点不同......

That sounds more like you should be using makecert or similar (or a certificate reseller), and exporting that as public/private key file(s)? Strong name keys (snk) are a bit different...

剧终人散尽 2024-07-22 01:56:14

您必须将 snk 文件转换为 PEM 格式并使用 openssl 函数进行加密。

You have to convert your snk file to PEM format and use the openssl functions to encrypt.

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