md5-cli
v1.0.2
Published
md5 client tool. md5-cli "string" returns the hash of that string.
Downloads
196
Maintainers
Readme
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.