0
7.8kviews
Explain cryptography hash function criteria and compare MD-5 and SHA-1.
1 Answer
1
265views

Cryptographic Hash Function

  • Cryptographic hash function takes a message of arbitrary length and creates a message digest of fixed length.
  • The cryptographic hash function h(x) criteria are as follows:

Compression: For any size of input x, the output length of y = h(x) is small. Hash functions produce a fixed …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.