QUOTE(InterestedHacker @ Dec 5 2005, 10:23 AM)

ROFLMFAO! Wondered how long it would be before someone posted something like that...
lol all jokes aside would it not be easier to write a simple script to figure out all the multiples of the public key and then to test them?
heres how i see the program written
N defined as 1
Public key = P
A = Number
divide P by 1 print results to "test.txt"
define A as N+N
"Divide P by A print results to "test.txt" check if whole number.
>If no Delete
>If yes Keep
then Redefine A as A + N"
Repeat all in " " till A = P
in effect dividing the public key up by every number up untill itself and saving the results, checking if it is a whole number to give al the multiples of P in effect all the possibillities of the Private Key right?
and I dont know hpow you would test each of these possibillities
but would that not work to find all the possibillities?
I'm no coder but it seems like it would work to me.....