MCPcopy Index your code
hub / github.com/browserify/md5.js

github.com/browserify/md5.js @v1.3.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3.5 ↗ · + Follow
6 symbols 14 edges 2 files 0 documented · 0% 2 cross-repo links updated 18mo ago★ 44
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

md5.js

NPM Package Build Status Dependency status

js-standard-style

Node style md5 on pure JavaScript.

From NIST SP 800-131A: md5 is no longer acceptable where collision resistance is required such as digital signatures.

Example

var MD5 = require('md5.js')

console.log(new MD5().update('42').digest('hex'))
// => a1d0c6e83f027327d8461063f4ac58a6

var md5stream = new MD5()
md5stream.end('42')
console.log(md5stream.read().toString('hex'))
// => a1d0c6e83f027327d8461063f4ac58a6

LICENSE MIT

Core symbols most depended-on inside this repo

fnF
called by 16
index.js
fnG
called by 16
index.js
fnH
called by 16
index.js
fnI
called by 16
index.js
rotl
called by 4
index.js
MD5
called by 0
index.js

Shape

Function 6

Languages

TypeScript100%

Modules by API surface

index.js6 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

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

⬇ download graph artifact