1.0.2 • Published 9 months ago

@8hrsk/jmd5 v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

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
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago