IOS SecKeyEncrypt

时间:2013-03-12 06:40:54

标签: ios rsa modulus exponent

情况简单明了。我们有模数,指数和明文。我们需要构造SecKeyRef对象,以便在SecKeyEncrypt中使用它。

注意:填充应为PKCS1。

1 个答案:

答案 0 :(得分:1)

请点击此链接。它会更有用

http://blog.wingsofhermes.org/?p=75

它已经在堆栈溢出中可用

iOS - Creating SecKeyRef from exponent+modulus