Re: RSA Private Key Algortthm

2008-10-04 Thread Kyle Hamilton
On Sat, Oct 4, 2008 at 7:27 PM, Mike -- EMAIL IGNORED <[EMAIL PROTECTED]> wrote: > On Sat, 04 Oct 2008 18:20:45 -0700, David Schwartz wrote: > > [...] > >> http://en.wikipedia.org/wiki/RSA >> >> In the section "Operation", the first set of 5 steps beginning with >> "Choose two distinct large random

Re: RSA Private Key Algortthm

2008-10-04 Thread Mike -- EMAIL IGNORED
On Sat, 04 Oct 2008 18:20:45 -0700, David Schwartz wrote: [...] > http://en.wikipedia.org/wiki/RSA > > In the section "Operation", the first set of 5 steps beginning with > "Choose two distinct large random prime numbers p and q" documents the > process of computing an RSA private key. > > If y

RE: RSA Private Key Algortthm

2008-10-04 Thread David Schwartz
> Where can I find a detailed description of how to > compute the RSA private key? Well structured C > or C++ code might do. > > Thanks, > Mike. http://en.wikipedia.org/wiki/RSA In the section "Operation", the first set of 5 steps beginning with "Choose two distinct large random prime numbers