SHA-512/256 (FIPS 180-4) 해시 텍스트 또는 파일

텍스트 입력 또는 파일 업로드에 대한 SHA-512/256 (FIPS 180-4) 해시를 생성합니다. 데이터 무결성 검증 및 보안 목적을 위한 안전한 암호화 체크섬을 계산하세요

입력
이모지와 비라틴 문자 등 모든 UTF-8 텍스트를 붙여넣거나 입력할 수 있습니다.
해시 결과
현재 텍스트 입력의 해시 결과.

16진수

Base64

10진수

2진수

What is SHA-512/256 (FIPS 180-4)?

SHA-512/256 (FIPS 180-4) is a SHA-2 cryptographic hash function that outputs a 256-bit (32-byte) digest, typically rendered as a 64-character hexadecimal string. It is based on SHA-512 with different initial values and a truncated output, providing a shorter digest while keeping SHA-512’s internal structure.

Key characteristics:

  • Deterministic: The same input always produces the same hash
  • Fast computation: Quick to compute for any given input
  • Avalanche effect: Small changes in input produce drastically different outputs
  • Irreversible: Computationally infeasible to reverse the hash to find the original input
  • Collision resistant: Very difficult to find two different inputs that produce the same hash

Common uses:

  • Digital signatures and certificates
  • Integrity checks and checksums
  • HMAC constructions
  • File verification and data pipelines
  • Protocols that require 256-bit hashes