What's wrong with the RSA statement?

  • Thread starter wxrebecca
  • Start date
In summary, the teacher asked to use an encoding method with letters represented by two-digit numbers and the RSA method with n=23*31 and e=3 to encode the message HELP ME. However, due to an error in the problem where e is not relatively prime to k, the decoding exponent d cannot be found and the problem cannot be solved as stated.
  • #1
wxrebecca
6
0

Homework Statement


Use an encoding method in which letters A-Z are represented by two-digit numbers 01-26. Use the RSA method with n=23*31 and e = 3 to encode the message HELP ME. (Split the four letter word in two) Compute the decoding exponent d.

the teacher said there was an error so the problem cannot be solved as stated. he asked us to find out what's wrong and explain why.

Homework Equations


The Attempt at a Solution


here' what i tried.
First we get p=23 q=31 and k=(p-1)*(q-1)=660. and e is not relatively prime to 660. so 3d is not equivalent to 1 mod 660. which is 3d=660t+1 and d cannot be solved as an integer. so we cannot find a decoding exponent d.
 
Physics news on Phys.org
  • #2
The error in the problem is that e (3) is not relatively prime to k (660). The property of RSA requires that e and k must be relatively prime. Therefore, it is impossible to solve the problem as stated because the decoding exponent d cannot be found.
 

Related to What's wrong with the RSA statement?

What is the RSA statement?

The RSA statement refers to a cryptographic algorithm known as the RSA algorithm, named after its inventors Ron Rivest, Adi Shamir, and Leonard Adleman. It is commonly used in digital encryption and decryption to secure sensitive information.

Why is there concern about the RSA statement?

There have been concerns about the security of the RSA algorithm due to potential vulnerabilities that could compromise the confidentiality of encrypted data. These concerns have been raised by researchers and security experts, prompting further investigation and updates to the algorithm.

What are some of the known vulnerabilities of the RSA statement?

One of the most well-known vulnerabilities of the RSA algorithm is the possibility of a "timing attack," where an attacker can exploit the time it takes for the encryption and decryption processes to reveal information about the key used in the algorithm. Other potential vulnerabilities include factoring attacks and the use of weak or predictable keys.

Has the RSA statement been updated to address these concerns?

Yes, the RSA algorithm has been updated over the years to address known vulnerabilities and improve its security. This includes the use of larger key sizes, random padding, and other techniques to make it more difficult for attackers to exploit potential weaknesses. However, it is still important for users to stay informed about any updates or changes to the algorithm.

Is the RSA statement still considered a secure encryption method?

Overall, the RSA algorithm is still considered a secure encryption method when used properly. However, it is important to keep in mind that no encryption method is completely immune to potential attacks, and it is always recommended to use multiple layers of security and stay updated on any potential vulnerabilities.

Similar threads

Replies
1
Views
892
  • Engineering and Comp Sci Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Programming and Computer Science
Replies
1
Views
636
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
973
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
756
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
Back
Top