GPEN · Question #110
How many bits encryption does SHA-1 use?
The correct answer is D. 160. SHA-1 produces a fixed-length 160-bit (20-byte) hash digest, which is its defining output characteristic.
Question
How many bits encryption does SHA-1 use?
Options
- A140
- B512
- C128
- D160
How the community answered
(31 responses)- A13% (4)
- B6% (2)
- C3% (1)
- D77% (24)
Why each option
SHA-1 produces a fixed-length 160-bit (20-byte) hash digest, which is its defining output characteristic.
140 bits is not the output length of any standard cryptographic hash algorithm.
512 bits is the output length of SHA-512, a member of the SHA-2 family, not SHA-1.
128 bits is the output length of MD5, a different and older hashing algorithm.
SHA-1 (Secure Hash Algorithm 1), standardized in FIPS PUB 180-4, always produces a 160-bit message digest regardless of input size. This 160-bit output distinguishes SHA-1 from MD5 (128-bit) and SHA-2 family variants such as SHA-256 or SHA-512.
Concept tested: SHA-1 hash algorithm output bit length
Source: https://csrc.nist.gov/publications/detail/fips/180/4/final
Topics
Community Discussion
No community discussion yet for this question.