1.0.10 • Published 7 years ago

nodejs-hashsum-file-checker v1.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NodeJS HashSum File Checker

Install

npm install -g nodejs-hashsum-file-checker

or, if you're getting "Missing write access" error, try adding a sudo:

sudo npm install -g nodejs-hashsum-file-checker

CLI

hashsum-file-checker filePath [algorithm]

Examples

hashsum-file-checker test.txt md5 - return md5 hash-sum for test.txt file.

hashsum-file-checker test.txt - return all available hash-sums for test.txt

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago