MCPcopy Create free account
hub / github.com/brix/crypto-js

github.com/brix/crypto-js

Chat with this repo
repository ↗ · DeepWiki ↗ · release release-3.1.2 ↗ · + Follow · compare 2 versions
120 symbols 256 edges 106 files 87 documented · 72% updated 1y ago★ 16,397260 open issues

Browse by type

Functions 105 Types & classes 15
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

crypto-js

Modularized port of googlecode project crypto-js.

Node.js (Install)

Requirements: * Node.js * npm (Node.js package manager)

npm install crypto-js

USE

var AES = require("crypto-js/aes");
var SHA256 = require("crypto-js/sha256");

Client (browser)

USE

require(["crypto-js/aes", "crypto-js/sha256"], function (AES, SHA256) {

});

API

See: https://code.google.com/p/crypto-js

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 74
Function 31
Class 14
Interface 1

Languages

PHP76%
TypeScript24%

Modules by API surface

builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php18 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php15 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php10 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php9 symbols
src/ripemd160.js6 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Escaper.php5 symbols
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php5 symbols
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php5 symbols
src/md5.js4 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Yaml.php4 symbols
builder/lib/symfony/src/Symfony/Component/Yaml/Unescaper.php4 symbols
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php4 symbols

Dependencies from manifests, versioned

fmd0.0.1 · 1×
fs.extra1.2.0 · 1×
handlebars1.0.10 · 1×
js-yaml2.0.4 · 1×
tar.gz0.1.1 · 1×
uglify-js2.2.5 · 1×
underscore1.4.4 · 1×

For agents

$ claude mcp add crypto-js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page