nodejs-hashsum-file-checker

Check all available hash-sums for file with NodeJS

Usage no npm install needed!

<script type="module">
  import nodejsHashsumFileChecker from 'https://cdn.skypack.dev/nodejs-hashsum-file-checker';
</script>

README

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