$N = p * q$
$p$ & $q$ are primes.
You know $p'$ & $q'$ such at
$N' = p' * q'$ where $N$ divides $N'$
If there a way to proceed from here to get $p$ & $q$?
$N = p * q$
$p$ & $q$ are primes.
You know $p'$ & $q'$ such at
$N' = p' * q'$ where $N$ divides $N'$
If there a way to proceed from here to get $p$ & $q$?
Copyright © 2021 JogjaFile Inc.
If $p'$ and $q'$ are the result of a variant of Fermat's method, $\gcd(p',N)$ gives a nontrivial factor of $N$ which is in this case already one of the prime factors of $N$. However if $p'$ and $q'$ are just random numbers with this property, this won't help in general.