Also, I forgot to mention that "computational error" exception is basically saying what just got encrypted/signed can't be decrypted/verified (i.e., it tries to do the RSA public key operation immediately after the private key operation, and throws the exception if the original input isn't recovered). This could be caused by various reasons, but the most likely is that the private key is invalid.

----- Original Message ----- From: "Wei Dai" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 11, 2005 3:04 AM
Subject: Re: RSA Private Key computational error exception


Try running the InvertibleRSAFunction::Validate() function, and see if it reports an error, and if so which step it's failing on (with a debugger).

----- Original Message ----- From: "D. R. Evans" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, July 05, 2005 8:14 AM
Subject: Re: RSA Private Key computational error exception





Reply via email to