Paste up to 100 values, one per line. The detector examines length, alphabet, separators and characteristic prefixes to return ranked candidates. It recognizes common hexadecimal hashes, bcrypt, Argon2, PBKDF2, JWT, UUID, Base64 and several structured formats.
A visual format does not always identify the algorithm. MD5 and NTLM, for example, both produce 32 hexadecimal characters. The score measures how well a value fits a format, not certainty about its origin.
Review the software, protocol or database that produced the value. A prefix such as $2b$ is highly characteristic of bcrypt, while an unprefixed hexadecimal string often remains ambiguous. Result links open the relevant tool directly.
Length and alphabet provide hypotheses, but several algorithms can share exactly the same format.
Both produce 32 hexadecimal characters. Their source context is needed to distinguish them.
It mainly means a prefix or structure is highly characteristic; context still matters.
No. Base64 and hexadecimal encoding are reversible, unlike a hash function.