Cryptographic Hash Functions

A cryptographic hash function takes some data, or a message, as input and returns a fixed-size string of bytes with the following properties:
  • It is easy to calculate the hash.
  • It is extroadinarily difficult to find the input based on the output.
  • It is extroadinarily unlikely that two outputs will be the same unless they were produced from the same input.
Type a message and choose a hashing algorithm.