1.Question 1Plaintext is the original message, whereas _____ is the encrypted message.1 pointciphertextcipherdigestalgorithm2.Question 2How can you make a symmetric encryption key more difficult to break?1 pointIncrease the length of the key.Use an initialization vector with the key.Use the key fewer than five times.Make the key smaller.3.Question 3Which of the following are necessary components for encryption and decryption operations when using an asymmetric encryption system? Select all that apply.1 pointPrivate keyDigestpublic key signaturePublic key4.Question 4A company wants to create a communication scheme that is both secure and efficient, using the benefits of both symmetric and asymmetric encryption. How would they do this?1 pointThe company can use a message authentication check (MAC) to keep their information secure. It isn’t possible to use symmetric and asymmetric encryption at the same time.The company could use a symmetric encryption key that they transmit to other parties via asymmetric encryption. The company could use an asymmetric encryption key that they transmit to other parties via symmetric encryption. 5.Question 5Which of the following options are true of an ideal hash function? Select all that apply.1 pointThe same input always results in the same output.Different inputs never result in the same output.It maps any amount of data to an output of fixed size.It is possible to recover the original plaintext from the hash output.6.Question 6Which of the following strategies can make passwords and password hashes stronger and more difficult for hackers to use?1 pointUsing randomly chosen and large password salts.Using an uncommon password.Running passwords through the hashing function multiple times. Use passwords that are known to be strong. 7.Question 7The HTTPS protocol keeps internet traffic secure by encapsulating HTTP traffic over an encrypted channel that uses ____.1 pointSSHSSLPGP protocolsTLS8.Question 8____ is a system that defines the creation, storage, and distribution of digital certificates. 1 pointVPNCAPKITLS9.Question 9Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You’re a consultant and you want your clients to be able to send you important documents in a secure manner. You decide to use RSA key pairs to accomplish this. What should you share with your clients?1 pointyour PKIyour private keyyour public keyyour digital certificate10.Question 10Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You share text files with colleagues using RSA key pairs. Your colleague suggests creating hash digests of text files you share. What will this accomplish?1 pointIt will create an extra public key.It will allow you to verify if the text files have been modified. It will create an extra private key.It will encrypt the public key file.
Question
1.Question 1Plaintext is the original message, whereas _____ is the encrypted message.1 pointciphertextcipherdigestalgorithm2.Question 2How can you make a symmetric encryption key more difficult to break?1 pointIncrease the length of the key.Use an initialization vector with the key.Use the key fewer than five times.Make the key smaller.3.Question 3Which of the following are necessary components for encryption and decryption operations when using an asymmetric encryption system? Select all that apply.1 pointPrivate keyDigestpublic key signaturePublic key4.Question 4A company wants to create a communication scheme that is both secure and efficient, using the benefits of both symmetric and asymmetric encryption. How would they do this?1 pointThe company can use a message authentication check (MAC) to keep their information secure. It isn’t possible to use symmetric and asymmetric encryption at the same time.The company could use a symmetric encryption key that they transmit to other parties via asymmetric encryption. The company could use an asymmetric encryption key that they transmit to other parties via symmetric encryption. 5.Question 5Which of the following options are true of an ideal hash function? Select all that apply.1 pointThe same input always results in the same output.Different inputs never result in the same output.It maps any amount of data to an output of fixed size.It is possible to recover the original plaintext from the hash output.6.Question 6Which of the following strategies can make passwords and password hashes stronger and more difficult for hackers to use?1 pointUsing randomly chosen and large password salts.Using an uncommon password.Running passwords through the hashing function multiple times. Use passwords that are known to be strong. 7.Question 7The HTTPS protocol keeps internet traffic secure by encapsulating HTTP traffic over an encrypted channel that uses .1 pointSSHSSLPGP protocolsTLS8.Question 8 is a system that defines the creation, storage, and distribution of digital certificates. 1 pointVPNCAPKITLS9.Question 9Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You’re a consultant and you want your clients to be able to send you important documents in a secure manner. You decide to use RSA key pairs to accomplish this. What should you share with your clients?1 pointyour PKIyour private keyyour public keyyour digital certificate10.Question 10Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You share text files with colleagues using RSA key pairs. Your colleague suggests creating hash digests of text files you share. What will this accomplish?1 pointIt will create an extra public key.It will allow you to verify if the text files have been modified. It will create an extra private key.It will encrypt the public key file.
Solution
-
Plaintext is the original message, whereas ciphertext is the encrypted message.
-
You can make a symmetric encryption key more difficult to break by increasing the length of the key.
-
The necessary components for encryption and decryption operations when using an asymmetric encryption system are the private key and the public key.
-
A company can create a communication scheme that is both secure and efficient, using the benefits of both symmetric and asymmetric encryption by using a symmetric encryption key that they transmit to other parties via asymmetric encryption.
-
An ideal hash function always results in the same output for the same input, different inputs never result in the same output, and it maps any amount of data to an output of fixed size. However, it is not possible to recover the original plaintext from the hash output.
-
Strategies that can make passwords and password hashes stronger and more difficult for hackers to use include using randomly chosen and large password salts, using an uncommon password, running passwords through the hashing function multiple times, and using passwords that are known to be strong.
-
The HTTPS protocol keeps internet traffic secure by encapsulating HTTP traffic over an encrypted channel that uses SSL/TLS.
-
A system that defines the creation, storage, and distribution of digital certificates is called a PKI (Public Key Infrastructure).
-
As a consultant, if you want your clients to be able to send you important documents in a secure manner using RSA key pairs, you should share your public key with your clients.
-
Creating hash digests of text files you share will allow you to verify if the text files have been modified.
Similar Questions
2.Question 2How can you make a symmetric encryption key more difficult to break?1 pointIncrease the length of the key.Use an initialization vector with the key.Use the key fewer than five times.Make the key smaller.3.Question 3Which of the following are necessary components for encryption and decryption operations when using an asymmetric encryption system? Select all that apply.1 pointPrivate keyDigestpublic key signaturePublic key4.Question 4A company wants to create a communication scheme that is both secure and efficient, using the benefits of both symmetric and asymmetric encryption. How would they do this?1 pointThe company can use a message authentication check (MAC) to keep their information secure. It isn’t possible to use symmetric and asymmetric encryption at the same time.The company could use a symmetric encryption key that they transmit to other parties via asymmetric encryption. The company could use an asymmetric encryption key that they transmit to other parties via symmetric encryption. 5.Question 5Which of the following options are true of an ideal hash function? Select all that apply.1 pointThe same input always results in the same output.Different inputs never result in the same output.It maps any amount of data to an output of fixed size.It is possible to recover the original plaintext from the hash output.6.Question 6Which of the following strategies can make passwords and password hashes stronger and more difficult for hackers to use?1 pointUsing randomly chosen and large password salts.Using an uncommon password.Running passwords through the hashing function multiple times. Use passwords that are known to be strong. 7.Question 7The HTTPS protocol keeps internet traffic secure by encapsulating HTTP traffic over an encrypted channel that uses ____.1 pointSSHSSLPGP protocolsTLS8.Question 8____ is a system that defines the creation, storage, and distribution of digital certificates. 1 pointVPNCAPKITLS9.Question 9Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You’re a consultant and you want your clients to be able to send you important documents in a secure manner. You decide to use RSA key pairs to accomplish this. What should you share with your clients?1 pointyour PKIyour private keyyour public keyyour digital certificate10.Question 10Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. You share text files with colleagues using RSA key pairs. Your colleague suggests creating hash digests of text files you share. What will this accomplish?1 pointIt will create an extra public key.It will allow you to verify if the text files have been modified. It will create an extra private key.It will encrypt the public key file.
Q6. The given paragraph describes how data is encrypted using symmetricencryption. Complete the missing terms in the paragraph using the given list. Not allterms need to be used.• a different• cipher text• decrypted• encrypted• key• lock• meaningless• plain text• the same• understandableBefore encryption the data is known as …………………………………………. Thisdata is encrypted using an algorithm that is known as a ………………………………After the data has been encrypted it is known as ……………………………………This type of data is scrambled and ……………………………… if it is stolen.When the data is received it is ………………………………… using………………………………… encryption algorithm [6]
Discuss the key differences between symmetric encryption and asymmetric encryption in the context of network security.
Use the Internet to find answers to the two questions below. Then write one paragraph responses for each item below that summarizes your findings in your own words.1. How does key length affect the strength of encryption algorithms?2. What is the strongest encryption available today?
Question6Max. score: 1.00You need to encrypt and send a large amount of data. Which of the followingwould be the best option?Asymmetric encryptionSymmetric EncryptionHashing AlgorithmPKI
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.