gpt4 book ai didi

xml - cocoa 中的 RSA 和 xml 格式的公钥

转载 作者:行者123 更新时间:2023-12-03 18:04:19 25 4
gpt4 key购买 nike

如何使用 xml 格式的公钥填充 RSA 结构用于 Mac OS X 上的 RSA 函数。换句话说:Windows C# 语句如下:

 RSACryptoServiceProvider rSA = new RSACryptoServiceProvider();
rSA.FromXmlString(xmlKey);
return rSA.VerifyData(Encoding.UTF8.GetBytes(message), "MD5", signature);

如何将其转换为与 cocoa 框架一起使用。

谢谢,弗拉德

最佳答案

我已经找到问题的解决方案了。首先,我将 XML 格式的 RSA key 转换为 pem 格式。其次,我使用SSCrypto框架来验证数据。

关于xml - cocoa 中的 RSA 和 xml 格式的公钥,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3516938/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com