jmd5 A simple js module to generate md5 hash. Installation You can install it via npm: npm install @8hrsk/jmd5 Usage const jmd5 = require('@8hrsk/jmd5'); let md5 = jmd5('Hello World!'); console.log(md5); // output: B10A8DB164E0754105B7A99BE72E3FE5