What is a hash and how does hashing work? Give your answer in 1-2 sentences.(2 points)

A hash is a function that takes an input (or "message") and produces a fixed-length string of characters, which serves as a unique identifier for that input. Hashing works by applying an algorithm to the input data, generating a hash value that is mathematically derived, deterministic, and can't be reversed to obtain the original input.