Skip to main content
Quay lại từ điển
Fundamentals
Intermediate

Hash

Còn được gọi là: Hash Function, Cryptographic Hash

A fixed-length alphanumeric string generated from input data of any size, used to verify data integrity and secure blockchain transactions.

A hash is the output of a hash function, which takes input data of any size and produces a fixed-length string of characters. In cryptocurrency, hash functions are fundamental to blockchain security and transaction verification.

Key properties of cryptographic hash functions:

Deterministic: The same input always produces the same output

One-way: It's computationally infeasible to reverse a hash back to its original input

Collision-resistant: It's extremely difficult to find two different inputs that produce the same hash

Avalanche effect: A tiny change in input produces a completely different hash

Common hash algorithms in crypto: - SHA-256: Used by Bitcoin (produces 256-bit hashes) - Keccak-256: Used by Ethereum - RIPEMD-160: Used in Bitcoin addresses

Hashes are used for: - Linking blocks in a blockchain (each block contains the previous block's hash) - Mining and proof-of-work - Creating wallet addresses - Verifying transaction integrity - Merkle trees for efficient data verification

Example: The SHA-256 hash of "hello" is "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824"

Thuật ngữ liên quan

Phân tích tiền điện tử liên quan

Khám phá cách Hash áp dụng cho các tiền điện tử này với phân tích điểm STRICT chuyên sâu.

Cập nhật lần cuối: 19/1/2026