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
Alice's Private Key
Alice's Public Key
Bob received a digitally signed message from Alice (i.e. message was signed by Alice). Which key should Bob use to decrypt the message digest (hash) in order to verify that the message indeed came from Alice?
Bob's Private Key
Alice's Private Key
Bob's Public Key
Alice's Public Key
Alice and Bob wish to securely communicate using the public key (asymmetric key) system. What's the minimum number of keys they would need added together (i.e. total number of keys needed for Alice and Bob combined)?
2
1
3
4
There are 5 participants in a Symmetric Key system and they all wish to communicate with each other in a secure fashion using Symmetric Keys. What's the minimum number of Symmetric Keys needed for this scenario?
5
10
20
1
A fundamental problem/security concern with Public Key (Asymmetric Key) based systems is verifying the association between an entity and that entity's Public Key. This problem is addressed by:
Digital Certificates
Signature Verification
Nonrepudiation
Zero-knowledge proof
Alice and Bob met in person and shared a secret cryptographic key. They will use the same key both for encryption and for decryption. Which type of cryptographic system are they using?
Symmetric Key Cryptography
Asymmetric Key Cryptography
Cryptographic Hash Functions
Public Key Cryptography
Bob sends an encrypted message to Alice using the Asymmetric Key approach. Which key will Alice use to decrypt the message from Bob?
Alice's Public Key
Bob's Private Key
Bob's Public Key
Alice's Private Key
Choose the best answer: Cryptographic techniques (e.g., encryption, hashing) help with the following information security objective(s):
Confidentiality
Integrity
Authentication and Non-Repudiation
All of the above
Choose the best answer: In information security, Cryptography (when used properly) can help protect:
Data at rest (over time)
Data in transit (over distance)
Both data at rest and data in transit
None of the above
Dear Learner,
Here is the solution
1. 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 Public Key ; Since in asymmetric key cryptography, the sender only knows the public key of the recipient, he/she will use the latter's public key.
2.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?
Alice's Private Key ; For the authentication of the message that it came from a particular sender, Alice would use her own private key.
3.Bob received a digitally signed message from Alice (i.e. message was signed by Alice). Which key should Bob use to decrypt the message digest (hash) in order to verify that the message indeed came from Alice?
Alice's public key; if the key was signed by Alice then only Bob can verify that the message came from her.
4.Alice and Bob wish to securely communicate using the public key (asymmetric key) system. What's the minimum number of keys they would need added together (i.e. total number of keys needed for Alice and Bob combined)?
4; Alice would need to have the public key of Bob, and private key of herself. Same goes for Bob as well. So, total 4 keys would be required.
5.There are 5 participants in a Symmetric Key system and they all wish to communicate with each other in a secure fashion using Symmetric Keys. What's the minimum number of Symmetric Keys needed for this scenario?
10; since all the participants will need to have the keys of all the others, the total number of keys required in a network of n participants is given by nC2 = n*(n-1)/2, hence 5*4/2 = 10.
6.Bob sends an encrypted message to Alice using the Asymmetric Key approach. Which key will Alice use to decrypt the message from Bob?
Alice's private key ; Since in the asymmetric key approach, encryption is done using recipient's public key. Decryption would be done by the recipient's own private key.
7.Choose the best answer: Cryptographic techniques (e.g., encryption, hashing) help with the following information security objective(s):
All of the above; those are the four main goals of cryptography.
8.Choose the best answer: In information security, Cryptography (when used properly) can help protect:
Both data at rest and data in transit ; For protecting data in transit, we protect the data using different protocols (symmetric or asymmetric approaches) to protect the contents of data in transit. For protecting data at rest, one can simply protect the data by encrypting sensitive data prior to storing it and/or choose to encrypt the storage disk itself (using password).
Bob is trying to send an encrypted message to Alice using the Asymmetric Key approach. Which...
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 wants to send an encrypted message using public key cryptography to Alice. What key does he use for encryption? You need to be explicit whose key it is and what kind of key it is. 1 AB I
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...
Exercise 3.2 (Symmetric and Asymmetric Encryption) t In this exercise, you will send an encrypted message from a socket client to a socket server. The message will be encrypted using AES symmetric encryption algorithm in the client. The server receives this ciphertext and decrypt it using the same symmetric key. Before communication over symmetric encryption, you need to first securely distribute the symmetric key between sender and receiver. You can use asymmetric encryption to help distribute the symmetric key. The...
5. Consider the RSA encryption scheme, Alice wants to send a message to Bob. Both Alice and Bob have p= 17,9 = 19. Alice has e=31 and Bob has e=29. a. What is the public key pair used in the transmission? 2 marks b. What is the secret key pair used in the transmission? 4 marks c. Encrypt the message m=111. 4 marks d. Decrypt the resulting ciphertext. 4 marks e. What's the security problem between Alice and Bob? How...
1.Which of the following statements about asymmetric-key encryption is correct? a When using asymmetric-key encryption method, a total of two keys are necessary in electronic communication between two parties. b Employees in the same company share the same public key. c Most companies would like to manage the private keys for their employees. d Most companies would like to use a Certificate Authority to manage the public keys of their employees. e Two of the above are correct. 2 Which...
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...
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?
Suppose, Bob (the sender) wants to send a message to Alice. Before sending the message, Bob generates a digital signature. Assume that Bob and Alice use both of the public-key cryptography system and hash function when computing digital signatures. Say, the hash function used to compute and verify signatures is insecure, but the public-key cryptography system is secure. Show that Trudy can forge signatures.