0 Members and 4 Guests are viewing this topic.
I think there may be a simple method we have overlooked. This isn't neccissarily the best resource, but this is a list of the top 500 known prime numbers. Perhaps we can multiply them to each other until we find n? I know it's brute force, but hey, it could work.
Also, graph, your method appears to try to find the prime factorization of the keys. The fact of the matter is that the prime factors in question are 1024 bits long. That means that you're essentially brute forcing the problem. It wouldn't really reduce the complexity of the problem.
What is the maximum 512-bit prime number? Does anyone know?(If not, the biggest non-prime 512-bit number works, too)Also, what is a reasonably good distance between numbers to try?