On Jan 9, 4:36 am, "Concept" <[EMAIL PROTECTED]> wrote:
I can convert the BER encoded private key file to openPGP easily enough, but converting from openPGP to a BER encoded file is difficult because it doesn't have the dmp1 (m_dp) and dmq1 (m_dq) values stored. I really don't want to have to write my own functions to compute them.
Crypto++ provides a function to compute p and q given just n, e, and d. It's the third Initialize() function of InvertibleRSAFunction class in rsa.h. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cryptopp-users?hl=en -~----------~----~----~----~------~----~------~--~---
