Test 4 Flashcards
Which of the following answers refers to a legacy symmetric-key block cipher encryption algorithm?
TEST 4
DES
Which of the answers listed below refers to a deprecated stream cipher used in some legacy applications, such as WEP?
TEST 4
RC4
Which of the following answers refers to a deprecated (largely replaced by AES) symmetric-key block cipher encryption algorithm?
TEST 4
IDEA
What is the recommended replacement for DES?
TEST 4
AES
An IV is a random or pseudorandom value used in cryptography to ensure that the same plaintext input does not produce the same ciphertext output, even when the same encryption key is used. The IV is typically used with encryption algorithms in block cipher modes to enhance security by introducing randomness to the encryption process.
TEST 4
True
Which of the answers listed below refers to a logical operation commonly used in the context of cybersecurity, particularly in encryption and obfuscation techniques?
TEST 4
XOR
Which of the following answers refers to a block cipher mode that works by chaining the ciphertext blocks together, such that each ciphertext block depends on the previous block?
TEST 4
CBC
Which block mode transforms a block cipher into a stream cipher enabling the encryption of individual bits or bytes of data?
TEST 4
CFB
A block cipher mode that combines a unique counter with encryption key to generate a stream of pseudorandom data blocks which are then used for encrypting data is called:
TEST 4
CTM
Which of the block cipher modes listed below is the simplest/weakest and therefore not recommended for use?
TEST 4
ECB
Which block cipher mode combines CTM for encryption with an authentication mechanism to ensure both data confidentiality and integrity?
TEST 4
GCM
In cryptography, the number of bits in a key used by a cryptographic algorithm is referred to as key size or key length. The key length determines the maximum number of combinations required to break the encryption algorithm, therefore typically a longer key means stronger cryptographic security.
TEST 4
True
Which AES key length provides the highest level of security?
TEST 4
256-bit key
Which of the following answers refers to an embedded microcontroller used for secure boot, disk encryption, and system integrity verification?
TEST 4
TPM
Which of the answers listed below refers to a piece of hardware and associated software/firmware designed to provide cryptographic and key management functions?
TEST 4
HSM