{"library":"blueimp-md5","type":"library","category":null,"description":"blueimp-md5 is a pure JavaScript implementation of the MD5 (Message-Digest Algorithm 5) cryptographic hash function. It is compatible with a wide range of environments, including server-side Node.js applications, client-side web browsers, and module loaders such as RequireJS, Browserify, and webpack. The current stable version is 2.19.0. This library is lightweight with zero external dependencies, making it a self-contained utility for generating MD5 hashes. While highly performant for its purpose, it's crucial to note that MD5 is considered cryptographically broken and should not be used for security-sensitive applications like password hashing or digital signatures, where collisions could be exploited. Its typical use cases include data integrity checks or unique ID generation in non-security contexts.","language":"javascript","status":"active","version":"2.19.0","tags":["javascript","md5"],"last_verified":"Wed May 27","install":[{"cmd":"npm install blueimp-md5","imports":["import md5 from 'blueimp-md5'","const md5 = require('blueimp-md5')","<!-- In HTML --> <script src=\"js/md5.min.js\"></script> // Then in JS: var hash = md5('value')"]},{"cmd":"yarn add blueimp-md5","imports":[]},{"cmd":"pnpm add blueimp-md5","imports":[]}],"homepage":null,"github":"https://github.com/blueimp/JavaScript-MD5","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/blueimp-md5","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/blueimp-md5/compatibility"}}