0.0.7 • Published 11 years ago
hash-pipe v0.0.7
##hash-pipe computes 46 different hash sums
###Installation:
# hash-pipe is a Node.js package
$ npm install -g hash-pipe
###Usage:
$ hash-pipe <algorithm> [options] [file]
###Examples:
# Check the integrity of a torrent
$ hash-pipe md5 -h movie.torrent
# Create a secure password
$ echo "foobar" | hash-pipe sha
# Output some helpful information
$ hash-pipe --help