SHA-384 Hash-Generator
Erzeugt SHA-384-Hash-Digests von Texteingaben.
Über SHA-384 Hash Generator
Der SHA-384-Hash-Generator computes the SHA-384 cryptographic hash digest of any text input, producing a 384-bit (48-byte) output displayed as a 96-character hexadecimal string. SHA-384 is a member of the SHA-2 family defined in FIPS PUB 180-4, designed as a truncated version of SHA-512 using a different initialization vector. It offers a stronger security margin than SHA-256 while producing a smaller output than SHA-512, making it a practical choice for digital signatures, certificate fingerprinting, and Subresource Integrity (SRI) generation for web assets. SHA-384 is also used as the underlying hash in HMAC-SHA-384 for message authentication.
So verwenden Sie es
Geben Sie or paste your text into the input field and the SHA-384 hash digest is computed sofort ohne Klick auf eine Schaltfläche required. The 96-character hexadecimal output is displayed in the result panel. Copy the hash using the copy button and use it for file integrity verification, SRI attribute generation, or comparison against a known-good hash value. The tool also supports file hashing if you drag a file onto the input area, computing the SHA-384 of the file's binary content.
Häufige Anwendungsfälle
- Generierung von SHA-384-Hashes für Subresource Integrity (SRI)-Attribute zum Schutz extern geladener JavaScript- und CSS-Dateien vor Manipulation
- Berechnung von TLS-Zertifikat-Fingerabdrücken mit SHA-384 für Certificate-Pinning-Konfiguration in mobilen und Desktop-Anwendungen
- Erstellung von Dateiintegritäts-Prüfsummen für Softwareverteilungspakete, damit Empfänger die Download-Vollständigkeit überprüfen können
- Implementierung der HMAC-SHA-384-Nachrichtenauthentifizierungscode-Generierung für API-Anfragensignierung und -verifizierung
- Vergleich von SHA-256- und SHA-384-Hash-Längen und Kollisionsresistenz bei der Auswahl eines Hash-Algorithmus für ein neues Sicherheitsprotokoll