# 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.

Repository: https://github.com/sytelus/CryptoJS
Canonical: https://ross.abutalabs.com/products/cryptojs
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2022-04-16T16:51:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4660, "days_push": 1600, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1015, forks 550 (observed 2026-08-28T04:03:14.298689+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: cryptography, serialization
- domain: security, web-development, developer-tools
- platform: browser
- tags: hashing, encryption, md5, sha, aes, encoding, bower, nodejs, javascript

## Member repositories
- sytelus/CryptoJS (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.298689+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:28.737015+00:00, confidence not recorded.
  - readme: https://github.com/sytelus/CryptoJS (fetched 2026-08-28T04:03:14.298689+00:00, sha ffbf407d9b4d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
