Hash SHA-512/224 (FIPS 180-4) de Texte ou Fichier

Générez un hash SHA-512/224 (FIPS 180-4) pour la saisie de texte ou le téléchargement de fichier. Calculez des sommes de contrôle cryptographiques sécurisées pour la vérification de l'intégrité des données et à des fins de sécurité

Entrée
Collez ou saisissez n'importe quel texte UTF-8, y compris des emojis et des caractères non latins.
Résultat du Hachage
Résultat du hachage pour la saisie de texte actuelle.

Hexadécimal

Base64

Décimal

Binaire

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

SHA-512/224 (FIPS 180-4) is a SHA-2 cryptographic hash function that outputs a 224-bit (28-byte) digest, typically rendered as a 56-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 224-bit hashes