(ISC)2
SSCP · Question #653
A one-way hash provides which of the following?
The correct answer is C. Integrity. A one-way hash is a function that takes a variable-length string a message, and compresses and transforms it into a fixed length value referred to as a hash value. It provides integrity, but no confidentiality, availability or authentication.
Submitted by kim_seoul· Apr 18, 2026Cryptography
Question
A one-way hash provides which of the following?
Options
- AConfidentiality
- BAvailability
- CIntegrity
- DAuthentication
How the community answered
(47 responses)- B4% (2)
- C94% (44)
- D2% (1)
Explanation
A one-way hash is a function that takes a variable-length string a message, and compresses and transforms it into a fixed length value referred to as a hash value. It provides integrity, but no confidentiality, availability or authentication.
Topics
#Hashing#One-way hash#Data integrity#Cryptographic hash functions
Community Discussion
No community discussion yet for this question.