Question

In an RSA system, the public key of a given user is e = 31, n...

In an RSA system, the public key of a given user is e = 31, n = 3599. What is the private
key of this user?

Homework Answers

Answer #1

`Hey,

Note: If you have any queries related to the answer please do comment. I would be very happy to resolve all your queries.

Answer :-

n = 3599 , e = 31

n = p x q here p and q are prime numbers

∴ 3599=59 x 61 -- Here 59 , 61 are prime numbers

Now, ed=1 mod ϕ(n)

here, ϕ(n) is Euler's tortient function .

ϕ(n) = (p−1) x (q−1)

ϕ(n) = 58 x 60

ϕ(n) = 3480

Now 31 x d = 1 mod (3480)

3480 * X + 31∗Y = 1

Step1: Eucledian Algorithm

3480 = 112 * (31) + 8

8 = 1 * (7) + 1

Step 2 : Back Substitution

1 = 8 - 1 (7)

1 = 8 - 1( 31 - 3(8) )

1 = 4 (8) - 1 (31)

1 = 4 ( 3480 - 112 (31) ) - 1 (31)

1 = 4 (3480) - 449 (31)

Since 449 is a negative number subtract from tortient function

Hence d=3480−449

           d=3031

Kindly revert for any queries

Thanks.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Bob has an RSA public key of (n, e) = (1363, 87) (a) What is Bob’s...
Bob has an RSA public key of (n, e) = (1363, 87) (a) What is Bob’s private key? (b) Bob receives the ciphertext which has been encrypted with his public key 893, 1265, 406, 171, 980, 1040, 12, 1152, 573 Decrypt the message. (You can use an appropriate package such as Matlab or Wolfram Alpha to do the calculations)
Let p=11, q=17, n = pq = 187. Your (awful) public RSA encryption key is (e=107,...
Let p=11, q=17, n = pq = 187. Your (awful) public RSA encryption key is (e=107, n=187). (a) What is your private decryption key? (b) You receive the encrypted message: 100 Decrypt the message. (In other words, what was the original message, before it was encrypted? Just give me a number, don’t convert it to letters).
For solving the problems, you are required to use the following formalization of the RSA public-key...
For solving the problems, you are required to use the following formalization of the RSA public-key cryptosystem. In the RSA public-key cryptosystem, each participants creates his public key and secret key according to the following steps: ·       Select two very large prime number p and q. The number of bits needed to represent p and q might be 1024. ·       Compute                n = pq                           (n) = (p – 1) (q – 1). The formula for (n) is owing to...
Q1: Sara is using RSA crypto-system with the following setup: p = 11 and q =...
Q1: Sara is using RSA crypto-system with the following setup: p = 11 and q = 3. Sara publish his Public Key: (n, e) = (33, 3). d. Deem wants to set up his own public and private keys. She chooses p = 23 and q = 19 with e = 283. Find her private and public keys. Note show all steps to find the good value for d.
Let p=3 and q=17 and let an RSA public-key cryptosystem be given. 1. Why is the...
Let p=3 and q=17 and let an RSA public-key cryptosystem be given. 1. Why is the number 8 not a valid encryption-key? 2. We encrypt the number M=8 with the help of the encryption-key e=3. Why is the encrypted message C=2? 3. Why is the decryption key d for the encryption-key, (e=3), equal to 11? https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Encryption
Below is an example of key generation, encryption, and decryption using RSA. For the examples below,...
Below is an example of key generation, encryption, and decryption using RSA. For the examples below, fill in the blanks to indicate what each part is or answer the question. Public key is (23, 11) What is 23 called? _______________, What is 11 called?_______________ Private key is (23, 13) What is 23 called?_______________, What is 13 called?_______________ 23 can be part of the public key because it is very hard to _______________ large prime numbers. ENCRYPT (m) = m^e mod...
Write public and private key where p = 13, q = 37 and n = 481....
Write public and private key where p = 13, q = 37 and n = 481. Totient is 432. E is 19 and d is 91. Write public key as (n = , e =) and private key as (n = , d =)
This is a number theory problem Use RSA encryption to encrypt "PUBLIC KEY CRYPTOGRAPHY" via the...
This is a number theory problem Use RSA encryption to encrypt "PUBLIC KEY CRYPTOGRAPHY" via the key (13,2537)
You want to encrypt a message using RSA using your private key of d=3,n=35. Your message...
You want to encrypt a message using RSA using your private key of d=3,n=35. Your message is 15. What is your ciphertext?
You and I want to communicate using RSA. I have found a “large” prime for us...
You and I want to communicate using RSA. I have found a “large” prime for us to use, n=33 (3*11). a) Calculate the totient and come up with the smallest possible private key that will work. Justify that this private key is good (point out what has to be true). b) Calculate the associated public key. Start at least by writing down what has to be true for a value to be the public key. c) What are your public...