Are there any difference between RSA encryption/decryption exponent and RSA sign/check exponent?
Are there any difference between RSA encryption/decryption exponent and RSA sign/check exponent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
None. The public key of an RSA public/private pair consists of an exponent and a modulus, whether it’s being used to sign or encrypt. The most common exponent is 0x10001.
The Wikipedia article on RSA is pretty good.