1,137 views
0 0 votes
From a large set of prime numbers Jimmy choose 23 and 17 as P and Q respectively and a random integer to be 13. Jimmy wants to sends a plain text to M = 127. What will be the value of cipher text using RSA?

since i am getting ciphertext =(127^13) mod 391

now how should i calculate

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
1 1 answer
3.0k
3.0k views
Arjun asked Jul 2, 2019
3,021 views
The RSA encryption algorithm also works in reverse, that is, you can encrypt a message with the private key and decrypt it using the public key. This property is used ini...
0 0 votes
1 1 answer
1.5k
1.5k views
ajaysoni1924 asked Mar 19, 2019
1,496 views
Alice and Bob use RSA public key encryption in order to communicate between them.Trudy finds out that Alice and Bob shared one of the primes used to determine thenumber n...
1 1 vote
2 2 answers
3.4k
3.4k views
ajaysoni1924 asked Mar 19, 2019
3,374 views
Using the RSA public key cryptosystem, with a = 1, b = 2 . . . y = 25, z = 26.(a) If p = 5 and q = 13, list five legal values for d.(b) If p = 5, q = 31, and d = 37, find...
2 2 votes
0 0 answers
1.3k
1.3k views
Ashish Sharma 3 asked Jan 12, 2018
1,330 views
In RSA Algorithm, we have public key(e,n) and private key(d,n).Sender side we encrypt plain text P as an integer between 0 and n-1 as follows:$P^{e}modn$and send it.At re...