|
1.A good hash function is resistant to _______.
|
1. A good hash function is resistant to Collisions Answer: Collisions 2. The term cryptographic algorithms refers to an arranged group of different algorithms used for authentication, encryption/decryption, digital signatures, and hashing. Answer: cryptographic algorithms 3. hash functions are very special type of encryption algorithms that takes an input and mathematically reduces it to a unique number that is not reversible. Answer: hash 4. hash functions are difficult to process without the key but easy to process when you have the key. Answer: trapdoor 5. The term Keyspace refers to every possible value for a cryptographic key. Answer: Keyspace 6. Making two inputs result in the exact same cryptographic hash is called a(n) Collision Attack. Answer: Collision Attack. 7. Agents intercept a message that is encrypted, and proceed to use various techniques to try and decipher the plain text message. This is an example of Steganography Answer: Steganography
1.A good hash function is resistant to _______. 2.The term _______ _______ refers to an arranged...
Chapter 06 Applied Cryptography 1. How is integrity provided? A. Using two-way hash functions and digital signatures B. Using one-way hash functions and digital signatures C. By applying a digital certificate D. By using asymmetric encryption 2. Which term refers to the matching of a user to an account through previously shared credentials? A. Nonrepudiation B. Digital signing C. Authentication D. Obfuscation 3. Which term refers to an arranged group of algorithms? A. Crypto modules B. Cryptographic service providers (CSPs)...
Bob is trying to send an encrypted message to Alice using the Asymmetric Key approach. Which key will Bob use to encrypt the message for Alice? Alice's Private Key Bob's Public Key Alice's Public Key Bob's Private Key Alice wants to digitally sign a message so that Bob can be assured that the message came from Alice and has not been changed in transit. Which key must Alice use to encrypt the message digest? Bob's Public Key Bob's Private Key...