Which of the following statements regarding fundamental cryptographic principles and cybersecurity architectures are correct?
- Cryptographic hash functions are deterministic, one-way algorithms that produce a fixed-length output digest regardless of the input data size.Answer
- BSymmetric-key cryptography utilizes distinct public and private key pairs to encrypt and decrypt sensitive network transmissions.
- Zero Trust Network Architecture operates on the core principle of 'never trust, always verify', enforcing continuous identity authentication regardless of user location.Answer
- DA Denial of Service (DoS) attack encrypts a target victim's file system and demands financial ransom payments to provide decryption keys.
Answer
The correct statements are those identifying hash functions as deterministic one-way algorithms producing fixed-length digests, and defining Zero Trust Network Architecture as requiring continuous authentication under the 'never trust, always verify' paradigm.
Cryptographic hash functions always process arbitrary input lengths to generate a uniform fixed-size digest that cannot be mathematically reversed. Furthermore, modern Zero Trust Architecture strictly eliminates implicit network trust, demanding continuous identity authentication and explicit access authorization for all requests.
Step-by-Step Solution
Key Concept
Cryptographic Foundations, Key Exchange Models, Zero Trust Security, and Threat Classifications