{"library":"md5-node","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.1","tags":["javascript","md5","nodejs"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install md5-node","imports":["const md5 = require('md5-node');","const h = require('md5-node'); h('test');","const md5 = require('md5-node'); md5('input');"]},{"cmd":"yarn add md5-node","imports":[]},{"cmd":"pnpm add md5-node","imports":[]}],"homepage":"https://github.com/shanelau/node-md5","github":"https://github.com/shanelau/node-md5","docs":null,"changelog":null,"pypi":null,"npm":"md5-node","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}