Hash
A cryptographic function that transforms data of any size into a fixed string of characters, unique for each entry.
What is it? - Dummies
Un Hash It's like a digital fingerprint. Convert any type of information (a text, an image or a transaction) into a unique and fixed code. If you change even a comma in the content, the hash changes completely. It is used to ensure that nothing has been modified.
What is it? - PRO
Un Hash It's the result of applying a cryptographic hash function, an algorithm that transforms an arbitrary data entry (of any size) into a fixed-length output (such as 256 bits in the case of SHA-256). This output acts as a unique identifier of the content, fulfilling three fundamental properties:
- Determinism: the same entry always generates the same hash.
- Uniqueness: it's practically impossible for two different entries to generate the same hash (collision).
- Irreversibility: You cannot infer the original entry from the hash.
In blockchain, hashes are used to:
- Link blocks to each other, ensuring the integrity of the history (each block contains the hash of the previous block).
- Verify the authenticity of transactions or smart contracts.
- Digitally sign data, allowing us to validate that they have not been altered.
- Building Merkle trees, which make it possible to verify large sets of data efficiently.
- Generate unique identifiers for tokenized assets, NFTs, users or contracts.
Common hash functions include SHA-256 (Bitcoin), Keccak-256 (Ethereum), Blake 2, among others. A small change in the input generates a completely different hash, which guarantees immutability and resistance to manipulation.
In legal, cybersecurity and document verification applications, hashes allow prove the previous existence and the non-alteration of a content, making them especially useful for certifications, traceability and digital identity systems.
Key points
Advantages
Disadvantages
Related blog posts
Related Concepts
Related Services

HEADQUARTERS
C. Marqués de Larios, 4
29005 - Malaga

LABS
C. La Gitanilla, 17
29004 - Malaga