Hash

A hash is a fixed-length, unique code generated from input data (like a file or password) using a hashing algorithm. Hashes are used to verify data integrity and security, as even small changes in the original data will produce a completely different hash, making them essential for secure password storage and file verification.