md5-node

JSON →
library 1.0.1 ·javascript maintenance
verified Jun 4, 2026

md5-node is a minimal Node.js library for computing MD5 hashes of strings. It wraps blueimp/JavaScript-MD5 into a CommonJS module for easy server-side use. Version 1.0.1 is the latest release, with no active development; the library is outdated and does not support streaming, Buffers, or ESM imports. It is intended for legacy projects that need a quick MD5 hash in Node.js, but users are strongly advised to use Node's built-in crypto module instead for security and performance reasons.