Make a script, that will when give a product of two prime factors, prints those two.
Example:
Product(x*y): 15
x = 3
y = 5
That's actually a program that can decrypt RSA password, when given x and y.
Which would take (on personal computer) about as long as the universe is old. (That's long)
+Rep to the one who makes it first.
________________________________________________
Oh, come on it's not that hard.
For the proposes of understanding, this is a contest, I have already written this script and I don't want someone to do it for me.
Example:
Product(x*y): 15
x = 3
y = 5
That's actually a program that can decrypt RSA password, when given x and y.
Which would take (on personal computer) about as long as the universe is old. (That's long)
+Rep to the one who makes it first.
________________________________________________
Oh, come on it's not that hard.
For the proposes of understanding, this is a contest, I have already written this script and I don't want someone to do it for me.