node-sha

Check and get file or stream hashes - module for Node.js
  https://github.com/ForbesLindesay/sha
  0
  no reviews



Node-sha exposes simple functions to check and get file or stream hashes. The algorithm used defaults to sha1 and can be any of the algorithms supported by Node.js builtin crypto module.

Node.js is an event-based server-side javascript engine.