Skip to main content
용어집으로 돌아가기
Fundamentals
Intermediate

Hash

다른 명칭: 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"

관련 용어

관련 암호화폐 분석

심층 STRICT 점수 분석을 통해 이 암호화폐들에 Hash이(가) 어떻게 적용되는지 알아보세요.

최종 업데이트: 2026. 1. 19.