Hi everybody! Could abybody help me with my trouble? Is it possible to use an RSA key pair, which was generated by 3rd-party software (for instance, MS CAPI) with Crypto++ to sign/verify messages? I have understood that Crypto++ can import keys by specifying 8 parameters of type Integer (in fact byte arrays). MS CAPI can export such parameters. But parameter sizes are different for Crypto++ and MS CAPI (for the same key length). Parameters of Crypto++ are always longer (from 2 to 8 bytes). If I try to import a private key genarated by MS CAPI I have an exception.
Thank you in advance, Dmitri
