Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When i use - (void)generateKeyPairRSA i get these values for public and private key Public key SecKeyRef: 0x7131000 Private key SecKeyRef: 0x790b000.

How to extract n,e,d values from private and public key??

share|improve this question
I want to get private exponent value(D)from private key. any one is having idea on this?? – 20120 Aug 23 '12 at 9:31
is generateKeyPairRSA a documented framework method? what does it? – phix23 Aug 23 '12 at 9:44
ya it is cryptoexcerise generatekeypair itself – 20120 Aug 23 '12 at 10:06
generateKeyPairRSA'll generate RSA key pair like public and private key. I would like to extract public Modules(N),public exponent(E) and private Exponent(D) frem genertaed keys. – 20120 Aug 23 '12 at 11:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.