eric.frederich wrote:
> I'm trying to get an example working.
> I copied the GenerateRSAKey function from test.cpp and put it in my
> own file with a main.
> It keeps generating the same exact public key.
> I tried changing the const char *seed and even changed the RandomPool
> to an AutoSeededRandomPool but still no luck.
> 
> Any help is appreciated.

Without checking the code (or docs), I can mention that it is common to 
use one of a few widely known default values for the PUBLIC key (e.g., 
3, 17 [I think], or 65537).

Besides being able to refer to these as "default public key #2" (or some 
such), they also share the property of allowing a relatively quick 
attempted [in]validation.

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com

--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to