brix/crypto-js
JavaScript library of crypto standards. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4895
- days_rel: n/a
- days_push: 754
- n_releases_24m: 0
Adoption not part of the score
16402 stars · 2495 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CryptoJS is a JavaScript library implementing standard cryptographic algorithms such as AES, DES, MD5, SHA family hashes, HMAC, and PBKDF2, usable in Node.js and browsers. Its development has been officially discontinued in favor of the native Web Crypto / Node.js crypto modules.
Use cases
- hash strings with sha256 or md5 in javascript
- encrypt and decrypt data with aes in the browser
- compute hmac signatures for api request signing
- base64 encode and decode strings
- derive keys with pbkdf2 in node.js
- legacy javascript crypto for older environments
When to choose
- maintaining a legacy codebase that already depends on crypto-js
- you need a pure-JS crypto implementation without native module access
- quick hashing or encoding in environments lacking the native crypto module
When to avoid
- starting a new project - use the native Web Crypto API or Node.js crypto module instead
- you need actively maintained code with security patches
- high-performance or side-channel-resistant cryptographic operations
Facets
library · maturity abandoned
cryptography security security web-development developer-tools browser cross-platform hashing encryption aes sha256 hmac md5 encoding discontinued nodejs
2 sources
- readme: https://github.com/brix/crypto-js · fetched 2026-08-28 · 044cc75ab772
- registry_npm: https://registry.npmjs.org/crypto-js · fetched 2026-08-29 · 817f049726f7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brix/crypto-js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem