Hash

A Hash is a function that converts an input (or ‘message’) into a fixed-size string of bytes. Hashes are commonly used in various aspects of payment processing and data security to ensure data integrity. The output, called the hash value, is typically a unique representation of the input data, such that even small changes to the input produce significantly different hash values.