Given:
p=17
q=19
a) below given are public keys pairs
e=31 ( alice public key)
<31,323>
e=29 ( bob public key)
<29,323>
b) we have given public keys but we need to find private keys.
Alice private key:
n=pq =17*19 = 323
Phi(n) = (p-1)(q-1)
=> 16*18 = 288
Let d is private key
=> (e*d)mod phi(n) = 1
=> (31*d) mod 288 = 1
Substituting d=511, above equation is satisfied
So, private key pair of alice is <511,323>
Bob private key :
Similarly,
=> (e*d)modphi(n) = 1
=> (29*d) mod 288 =1
Substituting d= 437, above equation is satisfied.
So, private key pair of bob is <437,323>
c)
Bob encrypt using public key of alice :
M^e mod n
111^31 mod 323 = 144144144
Alice encrypt using bob public key :
111^29 mod 323 = 121121121
d) decryption
Alice side:
144144144^511 mod 323 = 111
Bob side:
121121121^437 mod 323 =111
e)
Alice and bob has chosen p and q same which can be a security problem. Alice and bob should choose different p and q.
Values of p and q are very small, so its vulnerable to attackers. Value of p and q should be large enough.
5. Consider the RSA encryption scheme, Alice wants to send a message to Bob. Both Alice...
Q3: Suppose Bob wants to send an encrypted message to Alice. Which one of the followings is correct? 1. Bob uses a shared secret key to encrypt the message. Alice uses Bob's public key to decrypt the encrypted message. 2. Bob uses Alice's private key to encrypt the message. Alice uses a shared secret key to decrypt the encrypted message. 3. Bob uses Alice's public key to encrypt the message digest. Alice uses Bob's public key to decrypt the encrypted...
Bob is trying to send an encrypted message to Alice using the Asymmetric Key approach. Which key will Bob use to encrypt the message for Alice? Alice's Private Key Bob's Public Key Alice's Public Key Bob's Private Key Alice wants to digitally sign a message so that Bob can be assured that the message came from Alice and has not been changed in transit. Which key must Alice use to encrypt the message digest? Bob's Public Key Bob's Private Key...
5. Alice wishes to send the message m4 to Bob using RSA encryption. She looks up Bob's public key and finds that it is (n-55. c= 3 (a) Specify exactly what information Alice sends to Bob (b) What is Bob's private key? Show how he would use it to recover Alice's message (c) Explain why Bob should never use this choice of public key in real life.
5. Alice wishes to send the message m4 to Bob using RSA encryption....
Question 11 (1 point) Approximately how many different starting settings could be created from the Enigma machine's remarkably simple architecture. Question 11 options: 160 X 10 ^9 160 X 10^36 160 X 10^72 160 X 10^18 Question 12 (1 point) PGP uses a two-phase encryption approach to encrypt a message, and a second two-phase approach to decrypt a message. Alice wishes to send a message to Bob that will be confidential and also prove to Bob that Alice was the...
Alice intends to send a secure message to Bob. (i) What are the threats that Alice should be concerned about in sending messages to Bob? (ii) What information does Alice need if symmetric key encryption is used? (iii) What is needed if asymmetric key encryption is used? (iv) Is encryption alone sufficient to defend against these threats?
Question 2 (compulsory) (a) Explain the operation of the RSA public-key cryptosystem (b) Illustrate your explanation by using the prim es p 13 and q 17 and secret decryption key d 103 to (i) decrypt the ciphertext z2; (ii) compute the public encryption key e corresponding to d (ii) encrypt the plaintext m-. (c) Discuss the security of the RSA public-key cryptosystem
Question 2 (compulsory) (a) Explain the operation of the RSA public-key cryptosystem (b) Illustrate your explanation by using...
Question 4 (5 points)
Consider the following scenario: Alice wants to send Bill a
message. Alice encrypts some information using Bill's public key;
Bill decrypts the ciphertext using his private key. This is an
example of:
Question 4 options:
1)
symmetric encryption
2)
digital certificate
3)
asymmetric encryption
4)
digital signature
This question tests your knowledge of encryption and decryption using the RSA method. the numbers in soled are deliberately chosen to be mall enough to focus on gown understanding without excessive calculations. Alice and Bob decide to use an RSA cryptosystem with public key (77, 13) for communication. Alice wants to send Bob the message m = 22. Determine Alice's ciphertext c. Determine Bob's private boy Carry out Bob's decryption of Aloe's ciphertext c, and compare his result with Alice's...
Alice wants to send a message m to Bob using Rabin Cryptosystem. Bob makes the public key n = 77 and sends it to Alice. By using Rabin Cryptosystem, a) Alice encrypts her message m and sends the encrypted message c to Bob. What are the encrypted messages if m = 8, 36, 41 and 69? b) Alice encrypts her message m = 6 and sends the encrypted message c to Bob. Bob decrypts the message. What are the possible...
(8) In an RSA cryptosystem, Bob’s public key is (n = 629, e = 43). Alice uses this public key to encrypt the word “MARCH” and send the ciphertext to Bob. First, she represents this word in ASCII where the capital letters A, B, C, . . . , X, Y, Z are represented by integers 65, 66, 67, . . . , 88, 89, 90 respectively. Then she encrypts the five integers that represent M, A, R, C, H...