Why RSA Decryption process takes longer time than the Encryption process?

后端 未结 8 773
长发绾君心
长发绾君心 2021-02-08 15:19

I have some idea that it is due to some complex calculation, but i want to know about what exactly happens which takes long time than the corresponding encryption process. Any l

8条回答
  •  一个人的身影
    2021-02-08 15:33

    How much longer? Do you have any exact details?

    Any way, it make sense that decryption is complicated more than encryption, since the encryption it is not in a symmetric way like 123 => abc and abc > 123.

    For more details I suggest starting here.
    To read about how the calculatio works, this article seems very good one http://www.di-mgt.com.au/rsa_alg.html

提交回复
热议问题