Ross ROSS = Recommend OSS · open-source software intelligence for agents

satazor/js-spark-md5

Lightning fast normal and incremental md5 for javascript observed · 2026-08-28

github.com/satazor/js-spark-md5 · JavaScript · WTFPL (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5343
  • days_rel: n/a
  • days_push: 1023
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2606 stars · 459 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SparkMD5 is a fast JavaScript implementation of the MD5 hash algorithm, supporting both one-shot and incremental hashing. It works in browsers and Node.js, supports ArrayBuffer/typed arrays, and enables low-memory hashing of large files by appending chunks.

Use cases

  • compute md5 hash of a string in the browser
  • hash large files in chunks without loading them fully into memory
  • incrementally build an md5 hash from streamed data
  • hash ArrayBuffer or typed array data
  • compute file checksums client-side before upload

When to choose

  • you need fast md5 hashing in the browser
  • you need incremental/chunked hashing of large files with low memory usage
  • you need a library usable in both Node.js and browsers

When to avoid

  • you need a cryptographically secure hash (md5 is broken for security purposes)
  • you are in Node.js only and the built-in crypto module suffices
  • you need modern algorithms like SHA-256

Facets

library · maturity maintenance

cryptography serialization developer-tools web-development files browser md5 hashing incremental-hashing file-hashing utf8 nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
satazor/js-spark-md5main32

For agents

markdown · JSON · MCP: product_card(name="satazor/js-spark-md5")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem