138k views
2 votes
What are the 4 hashes supported by the cryptographic function?

User FiReTiTi
by
8.8k points

1 Answer

7 votes

Final answer:

The 4 hashes supported by the cryptographic function are MD5, SHA-1, SHA-256, and SHA-3.

Step-by-step explanation:

The 4 hashes supported by the cryptographic function are:

  • MD5: Produces a 128-bit hash value, commonly used for checksums and data integrity.
  • SHA-1: Produces a 160-bit hash value, commonly used in digital signatures.
  • SHA-256: Part of the SHA-2 family, it produces a 256-bit hash value, widely used in modern cryptographic protocols.
  • SHA-3: A recent addition, it produces variable-length hash values, known for its resistance against certain types of attacks.

User Leo Heinsaar
by
8.1k points