Can a public key have a different length (encryption) than the private key?

后端 未结 5 976
我寻月下人不归
我寻月下人不归 2021-02-08 23:09

I have a 1024 bits private key, and use it to generate a public key. Does that automatically mean that my public key also has 1024 encryption? Or can it be of a lesser encryptio

5条回答
  •  逝去的感伤
    2021-02-08 23:30

    For RSA your public key can be as small as 2 bits. That is the number 3 can be your public key. A popular choice for RSA public key is 17.

提交回复
热议问题