/md5-cli

md5 client tool. md5-cli "string" returns the hash of that string.

Primary LanguageShell

md5-cli

Dead simple. You type:

md5-cli "Your string"

and it prompts the result: 319557b02e00284cd64cde1c4bbfe2e5

Works also on files:

md5-cli "index.js"
24630afcf044d185d3acce04ccc4d4fc

Installation

npm install -g md5-cli

Motivation

md5 string does not work in Mac. It only works on files. Now it works for both.

Anything else?

Make a pull request or write an issue, I will be pleased to answer.


Know how to build IoT apps in node.js