> Message: 8
> Date: Sat, 15 Jan 2011 08:01:55 +1100
> From: Ben McGinnes <b...@adversary.org>
> To: gnupg-users@gnupg.org
> Subject: Re: How to create non-standard key pair
> Message-ID: <4d30b9c3.2080...@adversary.org>
> Content-Type: text/plain; charset="utf-8"
> 
> On 13/01/11 6:10 AM, jack seth wrote:
> > I am needing to do some testing with these size keys.  Can someone
> > advise me on how to modify the code to generate these keys?
> 
> Seriously?  Really?  Well, okay ... this is for GnuPG 1.4.11 on a *nix
> platform:
> 
> Extract the tarball, cd to /path/to/gnupg-1.4.11/g10 then open
> keygen.c in a text editor.  Jump down to line no. 1,580 and change
> this:
> 
>   unsigned nbits, min, def=2048, max=4096;
> 
> To this:
> 
>   unsigned nbits, min, def=2048, max=16384;
> 
> Then do the configure, make, make install dance.
> 
> There are, of course, no guarantees that this will play nice with
> others and if you're trying to do this on Windows, I can't help.
> 
> 
> Regards,
> Ben
> 
 
Thanks for the assistance.
                                          
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to