md-five

0.0.4 • Public • Published

md-five

a cli tools for hashing messages with MD5.

Installation

npm i -g md-file

Usage1

md5 example.txt

Usage2

md5 "hello world"

Usage3

var fs = require('fs');
var md5 = require('md-five');

fs.readFile('example.txt', function(err, buf) {
  console.log(md5(buf));
});

Readme

Keywords

Package Sidebar

Install

npm i md-five

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • mailhap