PKI multiple public keys

前端 未结 4 1592
执笔经年
执笔经年 2021-01-01 19:55

I\'m wondering if I can have multiple public keys for a private key.

Can this be done? If so, what are the security issues!?

If I generate multiple key pairs

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 20:44

    This is not possible with standard algorithms.

    If you look at how key pairs are generated in RSA, you select a public key first by specifying the public exponent, then generate the private key.

    I can't think of a use-case for multiple public keys. They are public and you can get any of them so it doesn't really improve security.

提交回复
热议问题