Security Fundamentals - Ch3 Unit 3 Quiz
Abram was asked to explain to one of his coworkers the XOR cipher. He showed his coworker an example of adding two bits, 1 and 1. What is the result of this sum? 0 1 2 16
0
Which of these is the strongest symmetric cryptographic algorithm? Advanced Encryption Standard RC 1 Triple Data Encryption Standard Data Encryption Standard
Advanced Encryption Standard (AES)
Which of the following key exchanges uses the same keys each time? Diffie-Hellman (DH) Diffie-Hellman Ephemeral (DHE) Elliptic Curve Diffie-Hellman (ECDH) Diffie-Hellman-RSA (DHRSA)
Diffie-Hellman (DH)
Which of these has an onboard key generator and key storage facility, as well as accelerated symmetric and asymmetric encryption, and can back up sensitive material in encrypted form? self-encrypting hard disk drives (SED) Trusted Platform Module (TPM) encrypted hardware-based USB devices Hardware Security Module (HSM)
Hardware Security Module (HSM)
What is a characteristic of the Trusted Platform Module (TPM)? It provides cryptographic services in hardware instead of software It includes a pseudorandom number generator (PRNG) It is available only on Windows computers running BitLocker It allows the user to boot a corrupted disk and repair it
It provides cryptographic services in hardware instead of software
Alexei was given a key to a substitution cipher. The key showed that the entire alphabet was rotated 13 steps. What type of cipher is this? AES Alphabetic XAND13 ROT13
ROT13
Illya was asked to recommend the most secure asymmetric cryptographic algorithm to his supervisor. Which of the following did he choose? BTC-2 ME-312 RSA SHA-2
RSA
What is the latest version of the Secure Hash Algorithm? SHA-5 SHA-4 SHA-3 SHA-2
SHA-3
Alyosha was explaining to a friend the importance of protecting a cryptographic key from cryptoanalysis. He said that the key should not relate in a simple way to the cipher text. Which protection is Alyosha describing? confusion chaos integrity diffusion
confusion
A(n) _____ is not decrypted but is only used for comparison purposes. algorithm stream digest key
digest
The Hashed Message Authentication Code (HMAC) _____. hashes the key and the message hashes only the key hashes only the message hashes the DHE key only
hashes the key and the message
What is data called that is to be encrypted by inputting it into a cryptographic algorithm? ciphertext plaintext cleartext opentext
plaintext
If Bob wants to send a secure message to Alice using an asymmetric cryptographic algorithm, which key does he use to encrypt the message? Alice's private key Alice's public key Bob's private key Bob's public key
Alice's public key
Which of these is NOT a characteristic of a secure hash algorithm? A message cannot be produced from a predefined hash. The results of a hash function should not be reversed. Collisions should be rare. The hash should always be the same fixed size.
Collisions should be rare.
At a staff meeting one of the technicians suggested that the enterprise protect its new web server by hiding it and not telling anyone where it is located. Iosif raised his hand and said that security through obscurity was a poor idea. Why did he say that? It would be too costly to have one isolated server by itself. It depends too heavily upon non-repudiation in order for it to succeed. It is an unproven approach and has never been tested. It would be essentially impossible to keep its location a secret from everyone.
It would be essentially impossible to keep its location a secret from everyone.
Which areas of a file cannot be used by steganography to hide data? in areas that contain the content data itself in data that is used to describe the content or structure of the actual data in the directory structure of the file system in the file header fields that describe the file
in the directory structure of the file system
Proving that a user sent an email message is known as _____. non-repudiation integrity repudiation availability
non-repudiation
Public key systems that generate random public keys that are different for each session are called _____. Public Key Exchange (PKE) Diffie-Hellman (DH) perfect forward secrecy Elliptic Curve Diffie-Hellman (ECDH)
perfect forward secrecy
Which of these is NOT a basic security protection for information that cryptography can provide? authenticity risk loss confidentiality integrity
risk loss
Egor wanted to use a digital signature. Which of the following benefits will the digital signature not provide? prove the integrity of the message verify the sender enforce nonrepudiation verify the receiver
verify the receiver