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

brix/crypto-js

JavaScript library of crypto standards. observed · 2026-08-28

github.com/brix/crypto-js · JavaScript · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
brix/crypto-jsmain32

For agents

markdown · JSON · MCP: product_card(name="brix/crypto-js")

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