All the things you wanted to know about Bitcoin and the other cryptocurrencies

Cryptographic hash function

1

A cryptographic hash function is a hash function that takes an arbitrary block of data and returns a fixed-size bit string, the cryptographic hash value, such that any (accidental or intentional) change to the data will (with very high probability) change the hash value. The data to be encoded are often called the message, and the hash value is sometimes called the message digest or simply digest.

The ideal cryptographic hash function has four main properties:

  • it is easy to compute the hash value for any given message
  • it is infeasible to generate a message that has a given hash
  • it is infeasible to modify a message without changing the hash
  • it is infeasible to find two different messages with the same hash.

Cryptographic hash functions have many information security applications, notably in digital signatures, message authentication codes (MACs), and other forms of authentication. They can also be used as ordinary hash functions, to index data in hash tables, for fingerprinting, to detect duplicate data or uniquely identify files, and as checksums to detect accidental data corruption… CONTINUE

cryptography_cover_image_08

Tags :
LEGAL DISCLAIMER: The information and content provided in this page is for informational and/or educational purposes only. The information presented or discussed here is not a recommendation or offer. The writer trades cryptocurrency. Trade and investment is risky. Do your own research before making a trade or investment decision.

This content is brought to you by the Bitcoin Garden staff.

One Comment

Leave A Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Articles