Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

/lounge/ challenge #1

Name: Anonymous 2014-04-09 18:08

Find an algorithm to break RSA 4096 in at least 99.999% of all cases.

Name: Anonymous 2014-04-09 18:12

import RSACracker #private implemetation and algorithm

Name: Anonymous 2014-04-09 18:51

PRINT "SUCCESS!"

Name: Anonymous 2014-04-09 22:14

const char *shor(int n)
{
return "3, 15";

/* the remaining cases are trivial */
}

Name: Anonymous 2014-04-09 23:32

echo your_modulus_here | python -c 'n=int(raw_input());i=2
while n%i!=0: i+=1
print i
'


Guaranteed to break RSA 4096 100% of all cases.

Don't change these.
Name: Email:
Entire Thread Thread List