Security - Chapter 3

25 July 2022
4.7 (114 reviews)
40 test answers

Unlock all answers in this set

Unlock answers (36)
question
Encryption is the practice of transforming information so that it is secure and cannot be accessed by unauthorized parties.
answer
False
question
Ciphertext is the scrambled and unreadable output of encryption.
answer
True
question
The XOR cipher is based on the binary operation eXclusive OR that compares two bits.
answer
True
question
In information technology, non-repudiation is the process of proving that a user performed an action
answer
True
question
Obfuscation is making something well known or clear.
answer
False
question
One of the first popular symmetric cryptography algorithms was RSA.
answer
False
question
Asymmetric cryptographic algorithms are also known as private key cryptography.
answer
False
question
Wireless data networks are particularly susceptible to known ciphertext attacks.
answer
True
question
A collision attack is an attempt to find two input strings of a hash function that produce the same hash result.
answer
True
question
GNU Privacy Guard a proprietary software that runs on different operating systems
answer
False
question
What is a block cipher algorithm that operates on 64-bit blocks and can have a key length from 32 to 448 bits?
answer
B. Blowfish
question
If using the MD5 hashing algorithm, what is the length to which each message is padded?
answer
D. 512 bits
question
In which type of encryption is the same key used to encrypt and decrypt data?
answer
C. Symmetric
question
The simplest type of stream cipher, one in which one letter or character is exchanged for another, is known as what?
answer
B. Substitution
question
Which type of cryptographic algorithm takes an input string of any length, and returns a string of any requested variable length?
answer
D. Sponge
question
After the DES cipher was broken and no longer considered secure, what encryption algorithm was made as its successor?
answer
C. 3DES
question
Which standard was approved by NIST in late 2000 as a replacement for DES?
answer
A. AES
question
What type of cryptography uses two keys instead of just one, generating both a private and a public key?
answer
B. Asymmetric
question
Which of the following is not one of the functions of a digital signature?
answer
D. protect the public key
question
Which of the following asymmetric cryptography algorithms is most commonly used?
answer
B. RSA
question
What cryptographic method, first proposed in the mid-1980s, makes use of sloping curves instead of large prime numbers?
answer
C. ECC
question
What widely used commercial asymmetric cryptography software can be used for encrypting files and email messages?
answer
A. PGP
question
The SHA-1 hashing algorithm creates a digest that is how many bits in length?
answer
C. 160 bits
question
Data that is in an unencrypted form is referred to as which of the following?
answer
D. Cleartext
question
In cryptography, which of the five basic protections ensures that the information is correct and no unauthorized person or malicious software has altered that data?
answer
D. Integrity
question
What type of cryptographic algorithm creates a unique digital fingerprint of a set of data?
answer
A. Hash
question
Which hash algorithm's primary design feature is two different and independent parallel chains of computation, the results of which are then combined at the end of the process?
answer
C. RIPEMD
question
What type of cipher takes one character and replaces it with one character, working one character at a time?
answer
D. Stream Cipher
question
What term describes data actions being performed by endpoint devices, such as printing a report from a desktop computer?
answer
D. Data-in-use
question
What type of message authentication code uses hashing to authenticate the sender by using both a hash function and a secret cryptographic key?
answer
B. HMAC
question
What alternative term can be used to describe asymmetric cryptographic algorithms?
answer
B. Public key cryptography
question
Which of the following are considered to be common asymmetric cryptographic algorithms? (Choose all that apply.)
answer
B. Elliptic Curve Cryptography D. Digital Signature Algorithm
question
What is the U.S. federal government standard for digital signatures?
answer
d. Digital Signature Algorithm
question
If Bob receives an encrypted reply message from Alice, whose private key is used to decrypt the received message?
answer
A. Bob's Private key
question
When Bob needs to send Alice a message with a digital signature, whose private key is used to encrypt the hash?
answer
A. Bob's private key
question
Which key exchange requires Alice and Bob to each agree upon a large prime number and related integer?
answer
C. Diffie-Hellman
question
Which of the following is a public key system that generates random public keys that are different for each session?
answer
B. perfect forward secrecy
question
What term best describes when cryptography is applied to entire disks instead of individual files or groups of files?
answer
A. full disk encryption
question
Which of the following is more secure than software encryption?
answer
A. Hardware Encryption
question
What technology uses a chip on the motherboard of the computer to provide cryptographic services?
answer
C. TPM