Name: Anonymous 2007-11-14 23:52
Alright,
X is a 36 digit password.
Z = (X mod 10^14)^2.
besides just telling whether it is even/odd and using brute force, how do I find X?
X is a 36 digit password.
Z = (X mod 10^14)^2.
besides just telling whether it is even/odd and using brute force, how do I find X?