Joe, a user, wants to send Ann, another user, a confidential document electronically. Which of the following should Joe do to ensure the document is protected from eavesdropping?
Ans: D.Encrypt it with Ann's public key,
the sender has to encrypt the document with receiver's public key, on receiver end it is decrypted by his private key, this way no other who is in between can view the content, thus protecting it from eavesdropping.
Joe, a user, wants to send Ann, another user, a confidential document electronically. Which of the...
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...
A security engineer wants to add SSL to the public web server. Which of the following would be
A. Download the web certificateB. Install the intermediate certificateC. Generate a CSRD. Encrypt the private key
A security engineer wants to add SSL to the public web server. Which of the following would be the On Download the web certificate Install the intermediate certificate. Generate a CSR. Encrypt the private key.
35) Biometrics are an example of a) something the user is b) something the user wants. c) something the user has. d) something the user knows e) something the user does 36) Bob is using public key encryption to send a message to Ted Bob encrypts the message with Ted's key, and Ted decrypts the message using his key a) public, public b) public, private c) private, private d) private, public e) none of these 37) Which of the following...
secuirty 1. When digitally signing a document, which key do you use? A: Symmetric key B: Public key C: Private Key D: Your house key 2. Which of the following protocols uses encryption? A: FTP B: Telnet C: SSH D: SMTP 3. What happens when rm is used to delete a file? A: Creates a new hardlink to the file B: Only removes the file pointer C: Removes file pointer and only writes over data D: Removes file pointer and...
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...
I encrypt a contract with my private key and send you the encrypted file. You successfully decrypt it with my corresponding public key, which we assume is correct and publically available to all. Also assume that my private key is not known by anybody other than me. a. only you can read the contract b. you can be certain that the contract came from me c. the contract may have been modified by a bad-guy who modified the encrypted text...
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...
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...
Computer Engineering
4. (20 pts) If a user of a comms system wants to utilize the RSA public key encryption with p = 11 and q = 7 find their public and private keys and encrypt the message, “cyber”, using the numeric value of 1 to represent an 'a', 2 = 'b', etc. Also, show the first step in the deciphering process of this message by the user (i.e. show the first calculation based off of the received cipher for...
8:38 A software developer wants to ensure that the application is verifying that a key is valid before establishing SSL connections with random remote hosts on the Internet. Which of the following should be used in the code? (Select TWO.) A. Escrowed keys B. SSL symmetric encryption key C. Software code private key D. Remote server public key A Chief Information Security Officer (CISO) for a school district wants to enable SSL to protect all of the public-facing servers in...