Dear Michele, How do you initialize the string variable "Sign"?
And, BTW, one comment on item 4) in your first mail. The command you are using in your code is for signing a message. The message gets hashed and then the RSA function is applied to this hash (simplified explanation). In your case, your RIPEMD128 hash (stored in "Digest") will be re-hashed with a SHA1 and then RSA'ed. If that's what you want, you are on the right track. Ingo -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
