Public Key 'Modulus' Generation
the result is
%s ",$big_num);
printf(" which is the result of %s * %s
which forms part of the public key (n)
\n", $p,$q);
printf(" The large number here, as a rough guide ",strlen($big_num)-1);
printf(" is capable of encrypting a %s bit length key
",$k-1);
?>