murmur-string-hash-kit

Hash UTF-8 strings with browser-friendly MurmurHash3 x86_32 helpers.

npm install murmur-string-hash-kit
v0.1.0npm packageMPL-2.0

Interactive String hash

Run the live browser demo

The interactive controls load with JavaScript. The package guide and maintenance facts remain available in the HTML response.

Package guide

What is murmur-string-hash-kit?

murmur-string-hash-kit is a focused TypeScript utility for developer tooling. Hash UTF-8 strings with browser-friendly MurmurHash3 x86_32 helpers. The browser demo lets you inspect representative input and output before adding the package to a project. Preview hashes UTF-8 strings into uint32, hex and base36 fingerprints.

Complete implementation record

What this page can verify

This page documents the current independent implementation and its public artifacts. Starting from zero without reusing abandoned source is a maintainer-declared project constraint, not an independently audited historical claim.

Implementation
New public TypeScript source
Current proof
Runnable demo, repository and npm v0.1.0
Maintainer
Recoveredd
Evidence checked
Historical mapping
Earlier package identities not retained
Claim boundary
No one-to-one lineage or predecessor compatibility claimed

Install and evaluate

npm install murmur-string-hash-kit
  1. Run the interactive demo with representative input.
  2. Review the structured output and diagnostics.
  3. Check the README and changelog before adopting or upgrading.

Key capabilities

  • explicit UTF-8 byte hashing with byte count metadata
  • seeded uint32, hex and base36 helpers
  • optional maxBytes guard for untrusted input

When to use it

Use murmur-string-hash-kit when a workflow needs string hash behavior with typed, inspectable results. The demo is designed for evaluation; the repository remains the authoritative source for exact APIs, supported runtimes and release-specific behavior.

Compatibility and limits

The package targets TypeScript projects and browser- or Node.js-based developer tools. Validate edge cases against your own data, pin the version used in production, and review diagnostics rather than silently accepting malformed input.

Package facts and maintenance

Current version
0.1.0
License
MPL-2.0
Maintainer
Recoveredd
npm downloads
1 in the last recorded week
Signals updated

For usage questions or reproducible defects, review the source repository and open an issue. Package activity data comes from npm and GitHub and is dated above.