What Is a “Hash” and How Does It Secure NFT Data?
A hash is a fixed-length string of characters generated from any input data using a cryptographic function. It is a unique "fingerprint." To secure NFT data, the hash of the off-chain metadata file is often included in the smart contract.
This proves the file has not been tampered with, as any change to the metadata would result in a completely different hash.