



Studia grazie alle numerose risorse presenti su Docsity
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Prepara i tuoi esami
Studia grazie alle numerose risorse presenti su Docsity
Prepara i tuoi esami con i documenti condivisi da studenti come te su Docsity
Trova i documenti specifici per gli esami della tua università
Preparati con lezioni e prove svolte basate sui programmi universitari!
Rispondi a reali domande d’esame e scopri la tua preparazione
Riassumi i tuoi documenti, fagli domande, convertili in quiz e mappe concettuali
Studia con prove svolte, tesine e consigli utili
Togliti ogni dubbio leggendo le risposte alle domande fatte da altri studenti come te
Esplora i documenti più scaricati per gli argomenti di studio più popolari
Ottieni i punti per scaricare
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Computer Security: Principles and Practices cap 2
Tipologia: Esercizi
1 / 5
Questa pagina non è visibile nell’anteprima
Non perderti parti importanti!




Chapter 2 – Cryptographic Tools
T F 1. Symmetric encryption is used primarily to provide confidentiality.
T F 2. Two of the most important applications of public-key encryption are digital signatures and key management.
T F 3. Cryptanalytic attacks try every possible key on a piece of ciphertext until an intelligible translation into plaintext is obtained.
T F 4. The secret key is input to the encryption algorithm.
T F 5. Triple DES takes a plaintext block of 64 bits and a key of 56 bits to produce a ciphertext block of 64 bits.
T F 6. Modes of operation are the alternative techniques that have been developed to increase the security of symmetric block encryption for large sequences of data.
T F 7. The advantage of a stream cipher is that you can reuse keys.
T F 8. A message authentication code is a small block of data generated by a secret key and appended to a message.
T F 9. Like the MAC, a hash function also takes a secret key as input.
T F 10. The strength of a hash function against brute-force attacks depends solely on the length of the hash code produced by the algorithm.
T F 11.Public-key cryptography is asymmetric.
T F 12. Public-key algorithms are based on simple operations on bit patterns.
T F 13. The purpose of the DSS algorithm is to enable two users to securely reach agreement about a shared secret that can be used as a secret key for subsequent symmetric encryption of messages.
T F 14. An important element in many computer security services and applications is the use of cryptographic algorithms.
T F 15. Some form of protocol is needed for public-key distribution.
A. encryption algorithm B. secret key
C. decryption algorithm D. plaintext
A. decryption algorithm B. plaintext
C. ciphertext D. encryption algorithm
A. Plaintext B. Ciphertext
C. Secret key D. Cryptanalysis
A. one-fourth B. half
C. two-thirds D. three-fourths
A. SHA B. RSA
C. AES D. DSS
A. use longer keys B. use shorter keys
C. use more keys D. use less keys
A. mode of operation B. hash function
C. cryptanalysis D. brute-force attack
A. keystream B. digital signature
C. secure hash D. message authentication code
A. data authenticator B. strong hash function
C. weak hash function D. digital signature
Also referred to as single-key encryption, the universal technique for providing confidentiality for transmitted or stored data is symmetric encryption.
There are two general approaches to attacking a symmetric encryption scheme: cryptanalytic attacks and brute-force attacks.
The decryption algorithm takes the ciphertext and the secret key and produces the original plaintext.
A cryptanalytic attack exploits the characteristics of the algorithm to attempt to deduce a specific plaintext or to deduce the key being used.
A block cipher processes the plaintext input in fixed-size blocks and produces a block of ciphertext of equal size for each plaintext block.
A stream cipher processes the input elements continuously, producing output one element at a time.
Public-key encryption was first publicly proposed by Diffie and Hellman in
The two criteria used to validate that a sequence of numbers is random are independence and uniform distribution.
A back-end appliance is a hardware device that sits between servers and storage systems and encrypts all data going from the server to the storage system and decrypts data going in the opposite direction.
In July 1998 the Electronic Frontier Foundation (EFF) announced that it had broken a DES encryption using a special purpose “DES cracker” machine.
The simplest approach to multiple block encryption is known as electronic codebook (ECB) mode, in which plaintext is handled b bits at a time and each block of plaintext is encrypted using the same key.
A pseudorandom stream is one that is unpredictable without knowledge of the input key and which has an apparently random character.
The public and private key is a pair of keys that have been selected so that if one is used for encryption, the other is used for decryption.
library-based tape encryption is provided by means of a co-processor board embedded in the tape drive and tape library hardware.
The purpose of the Diffie-Hellman Key Agreement algorithm is to enable two users to securely reach agreement about a shared secret that can be used as a secret key for subsequent symmetric encryption of messages.