sytelus/CryptoJS
This is unmodified copy of Google Code hosted CryptoJS project. CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface. 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: 4660
- days_rel: n/a
- days_push: 1600
- n_releases_24m: 0
Adoption not part of the score
1015 stars · 550 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CryptoJS is a JavaScript collection of standard cryptographic algorithms such as MD5, SHA-3, and AES, with a consistent and simple interface. This repository is an unmodified mirror of the original Google Code project, packaged for Bower distribution.
Use cases
- hash a string with md5 or sha-3 in javascript
- encrypt and decrypt data in the browser
- compute file integrity checksums in a web app
- encode and decode base64 or utf-8 strings in javascript
- add cryptographic algorithms to a frontend project via bower
When to choose
- you need well-known hash or cipher algorithms in pure JavaScript with no dependencies
- you want a simple, consistent API for hashing and encoding in the browser
When to avoid
- you need actively maintained crypto with modern security audits - the upstream project is no longer developed
- you need collision-resistant hashing for signatures or certificates (e.g., MD5 is unsuitable)
- you are on a platform with native WebCrypto available, which is faster and more secure
Facets
library · maturity maintenance
cryptography serialization security web-development developer-tools browser hashing encryption md5 sha aes encoding bower nodejs javascript
1 source
- readme: https://github.com/sytelus/CryptoJS · fetched 2026-08-28 · ffbf407d9b4d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sytelus/CryptoJS | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="sytelus/CryptoJS")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem