Caligatio/jsSHA
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 58
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5156
- days_rel: 68
- days_push: 7
- n_releases_24m: 1
Adoption not part of the score
2263 stars · 383 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jsSHA is a pure TypeScript/JavaScript library implementing the complete SHA hash family (SHA-1, SHA-2, SHA-3, SHAKE, cSHAKE, KMAC) plus HMAC, with streaming update support. It runs in browsers, Node.js, and Deno with no native dependencies.
Use cases
- compute sha-256 hash of a string in the browser
- generate HMAC signatures in JavaScript
- hash files incrementally with streaming updates
- calculate SHA3 or KMAC hashes in Node.js
- hash passwords or tokens client-side without native crypto
- use SHA hashing in Deno or TypeScript projects
When to choose
- you need the full SHA family including SHA-3, SHAKE, cSHAKE, or KMAC in JavaScript
- you need a dependency-free, cross-browser and Node-compatible hashing library
- you need streaming/incremental hashing or HMAC support
When to avoid
- you only need basic hashes and can rely on the built-in Web Crypto API or Node crypto module
- you need password hashing algorithms like bcrypt or Argon2
- you need high-performance native-speed hashing for large data volumes
Facets
library · maturity stable
cryptography security sdk security developer-tools web-development browser cross-platform sha sha3 hmac shake cshake kmac hashing typescript pure-javascript cryptography nodejs deno javascript
3 sources
- readme: https://github.com/Caligatio/jsSHA · fetched 2026-08-28 · 7d7a12cb2842
- homepage: https://caligatio.github.io/jsSHA/ · fetched 2026-08-29 · 2a519064b46c
- registry_npm: https://registry.npmjs.org/jssha · fetched 2026-08-29 · ff4e457027c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Caligatio/jsSHA | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem