I have been given cryptography task in university. I need to factorize 2 numbers - one 512 bit and one 1024 bit and i have about a day for till deadline. I tried at first MSIEVE, but it need about several weeks to factorize 512 bit number.. Last night i tried to check modulo my number to prime numbers - from sqrt(my_number) and go on.. This attempt failed too - it will take too much time. Can You help me with any ideas to meet the deadline..

For example, the 512 bit integer is the following subprime:

74528668932064128973376495507732647931584756776484691727878557967456871254776872‌ ​ 67231630282456494165872271270253876409869885301724932109642518915700843611

Thanks a lot.

link|improve this question
1  
Do these number follow some pattern? E.g., are there some repeated sequences of digits? – Giorgio Nov 14 '11 at 18:09
I do not think that there exists a general algorithm that is fast enough, otherwise it would be possible to break certain cryptographic systems. So my guess is that the numbers you have must have some special property that you should be able to see by looking at them. – Giorgio Nov 14 '11 at 18:11
Do you know if the numbers are sumbprimes? What are the numbers? How many factors are you supposed to calculate? All of them? – Marcus Adams Nov 14 '11 at 18:14
as i know - it is the result of multiplying 2 prime numbers, but doesn't make issue easier for me)) – golgofa Nov 14 '11 at 18:15
1  
to second @Giorgio's comment. There was an article in 2010 talking about factoring a 768 bit number, it took an equivalent of 2000 years of single CPU time. That was almost 2 years ago, but I don't think there has been enough new computing power for you to be able to factor a general 1024 bit number overnight. Where you given more information about the number? – pstrjds Nov 14 '11 at 18:17
show 2 more comments
feedback

closed as not a real question by bmargulies, Paŭlo Ebermann, GregS, p.campbell, Conrad Frix Nov 15 '11 at 17:18

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

I think that you are expected to fail. Factoring the subprime number above cannot be done by tomorrow, or in a week.

The best way to attack this is through manual attacks such as stealing the answer.

Good luck!

link|improve this answer
1  
I would upvote again if I could simply for the suggestion of a manual attack. The answer here is obviously social engineering. – pstrjds Nov 14 '11 at 18:21
not a good decision for me. maybe there are any possibilities to accelerate proccess? – golgofa Nov 14 '11 at 18:27
@golgofa, there are no known efficient methods for prime factorization of large subprimes. Yet, practical methods bypass such strong cryptography every day. – Marcus Adams Nov 14 '11 at 18:41
1  
@golgofa If you found a way to factorize faster, you'd go down in cryptographic and mathematical history. – Nick Johnson Nov 14 '11 at 23:36
1  
Rubber hose cryptography. Find someone who knows the secret and beat them with a rubber hose until they tell you. – rossum Nov 15 '11 at 10:57
show 2 more comments
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.