Buscar herramientas...

Buscar herramientas...

Identificador de Hash

Identificar tipos de hash analizando formato y longitud

AlgorithmBitsHex Length
CRC32328
MD512832
SHA-116040
SHA-22422456
SHA-25625664
SHA-38438496
SHA-512512128

ℹ️ Note: Hash identification is based on format and length. Multiple hash types may share the same length, so results show possible matches with confidence levels.

How Identificador de Hash Works

A Hash Identifier is a security reconnaissance utility used to determine the cryptographic algorithm of a given string. This tool is essential for security auditors, penetration testers, and developers identifying legacy password hashes, validating checksum types, and assessing system security posture.

The "Fingerprint" Database

The tool checks your string against known signatures defined by standards like FIPS PUB 180-4 for SHA variants and RFC 1321 for MD5:

Frequently Asked Questions

It analyzes the Length and Character Set of a hash string to look up its type. For example, a 32-character Hex string is likely MD5. A 64-character string is likely SHA-256.