(ISC)2 Certified in Cybersecurity Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the (ISC)2 Certified in Cybersecurity Exam with comprehensive quizzes and extensive question banks. Enhance your skills with detailed explanations and practice tests designed to improve your expertise for the certification exam. Get exam-ready now!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What bit size hash does SHA-1 produce?

  1. 128

  2. 160

  3. 256

  4. 512

The correct answer is: 160

SHA-1 produces a hash output that is 160 bits in size. This means that when you apply the SHA-1 hashing algorithm to any input data, the result will always be a fixed size of 160 bits, which is typically represented as a 40-character hexadecimal string. The design of SHA-1 allows it to take variable-length input and produce this standardized output size. Understanding the bit size is crucial in the context of cybersecurity because it directly relates to the security strength of the hash function. A larger hash size generally indicates a more secure hash, as it provides a larger set of potential hash values, making it harder for attackers to successfully perform collision attacks—where two different inputs produce the same hash output. In contrast, the other options refer to different hash functions or sizes. For instance, MD5, another hashing algorithm, provides a 128-bit output, while SHA-256 and SHA-512 yield 256-bit and 512-bit outputs respectively. However, SHA-1 is distinctly identified by its 160-bit output, which is critical for understanding its place and implications in cybersecurity practices.