Node.js package for HTTP Digest Authentication password file utility.
npm install htdigest
Via git (or downloaded tarball):
``bash`
$ git clone git://github.com/gevorg/htdigest.git
Via npm:
`bash`
$ npm install -g htdigest Usage
`bash`
$ htdigest [-c] passwordfile realm username
- -c - Create a new file.
It uses mocha, so just run following command in package directory:
`bash``
$ npm test
The MIT License (MIT)