Can we have multiple public keys associated with a single private key for RSA public-key encryption?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
In practice and with respect to security, no, mathematically, yes. If you have a private key (N,D), there is algebraically an infinite number of solutions to the equation 1 = E*D (mod Phi(N)). However, if you make two such solutions (E,N) and (E',N) that both satisfy the equation public, you will have compromised the secrecy of the private key. |
|||||
|