Can we have multiple public keys with a single private key for RSA?
问题 Can we have multiple public keys associated with a single private key for RSA public-key encryption? 回答1: 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. However given one of the usual asymmetric