sdbm hash
Used in Berkeley DB lore—paste strings to compare hash outputs side by side with djb2.
Client4158893746
Nearby workflows on Toolcore
- djb2 hash — Bernstein djb2 string hash—classic 32-bit output. when the payload needs a different encoding or escape format.
- FNV-1a 32-bit hash — Fowler–Noll–Vo 1a hash to 32-bit hex—non-cryptographic digest. when the payload needs a different encoding or escape format.
- Hash identifier — Guess digest type from hex length, Base64 shape, or bcrypt/Argon2 prefixes—heuristic, local only. when the payload needs a different encoding or escape format.
- File checksum & hash — SHA-256, SHA-512, MD5, CRC-32, and more for a local file—verify downloads without uploading. when the payload needs a different encoding or escape format.
Common use cases
- sdbm hash for quick local checks without uploading data.
- Copy results into tickets, docs, or classroom notes.
Common mistakes to avoid
Unexpected input shape
See the intro and how-to notes for accepted formats.
FAQ
Is processing local?
Yes—this runs entirely in your browser.
Agent prefill?
Use q or qb for the main text field when supported.
More tools
Related utilities you can open in another tab—mostly client-side.
djb2 hash
ClientBernstein djb2 string hash—classic 32-bit output.
FNV-1a 32-bit hash
ClientFowler–Noll–Vo 1a hash to 32-bit hex—non-cryptographic digest.
Hash identifier
ClientGuess digest type from hex length, Base64 shape, or bcrypt/Argon2 prefixes—heuristic, local only.
File checksum & hash
ClientSHA-256, SHA-512, MD5, CRC-32, and more for a local file—verify downloads without uploading.