如何使用 ipad 应用程序创建用于钥匙串加密的公钥
我需要使用 rsa 算法加密文本,为此我需要公钥。 我想在应用程序内生成公钥并使用它进行加密。我必须生成 SecKeyRef 类型的密钥。我该怎么做?
i need to encrypt text using rsa algorithm for which i need public key.
i want to generate public key inside the app and use it for encryption. i have to generate key of type SecKeyRef. how do i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你到底想做什么,但这可能对你有帮助,
iOS - 从指数创建 SecKeyRef +模数
钥匙串服务编程指南
iOS 钥匙串安全
在 iOS 中使用 OpenSSL 生成的 RSA 公钥
希望对您有帮助
I dont know exactly what you want to do, but this might help you,
iOS - Creating SecKeyRef from exponent+modulus
Keychain Services Programming Guide
iOS Keychain Security
Using an RSA public key generated by OpenSSL in iOS
I hope it will help you