Cryptographic hash function return fixed size bit string - Networking

Q.  What does the Cryptographic hash function return when it takes an arbitrary block of data?
- Published on 26 Aug 15

a. Variable size bit string
b. Fixed size bit string
c. All of the Above
d. None of the Above

ANSWER: Fixed size bit string
 

    Discussion

  • Prajakta Pandit   -Posted on 21 Oct 15

    - Cryptographic hash function is a hash function that recreates the input data from its hash value.

    - Cryptographic hash functions have many information security applications.

    - They can also be used to detect duplicate data or uniquely identify files and to detect data corruption.

    - Cryptographic hash function return fixed size bit string when it takes an arbitrary block of data.

    - It processes an arbitrary length message into a fixed-length output. This can be achieved by breaking the input up into a series of equal sized blocks and operating them in sequence using a one-way compression function.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)