|
|
|
|
|
by joantune
2310 days ago
|
|
Well, in RSA you have to choose two prime numbers, multiply them, and keep them secret. p and q: pq =n . And n is made public.
I wonder if this probability, maybe coupled with concrete implementations, makes it for a more restricted set of guessing p and q.
That would be it.
I guess that given that this only introduces 'restrictions' on sequential prime numbers, doesn't really help at all, given that p and q should be random. Unless there's a shortcut applied in implementation that you find a random p and then q is the next prime number.
Hence my question to the community. But I only know that both RSA and DH rely on prime numbers. |
|