如何在Swift 4中从模量和指数生成RSA公钥?

时间:2018-07-28 13:31:46

标签: ios swift swift4

我需要从Modulus和Expnent生成RSA公钥。我是Swift的新手,所以搜寻了一下。我找到了这些:

Generate RSA Public Key from Modulus and Exponent

Generating public key from modulus and exponent

https://meniny.cn/posts/RSA_public_key_with_modulus_and_exponent/

但是这个建议不是用Swift 4编译的。有很多错误。我也发现了这个:https://forums.developer.apple.com/thread/4866

它说“ iOS对此不提供任何公共API”。那我该怎么办呢?

0 个答案:

没有答案