https://github.com/gevorg/htdigest
Node.js package for HTTP Digest Authentication password file utility.
https://github.com/gevorg/htdigest
apache digest htdigest javascript
Last synced: about 2 months ago
JSON representation
Node.js package for HTTP Digest Authentication password file utility.
- Host: GitHub
- URL: https://github.com/gevorg/htdigest
- Owner: gevorg
- License: mit
- Created: 2011-12-04T18:17:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T08:06:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T23:51:05.894Z (about 1 year ago)
- Topics: apache, digest, htdigest, javascript
- Language: JavaScript
- Homepage:
- Size: 849 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# htdigest
[Node.js](http://nodejs.org/) package for HTTP Digest Authentication password file utility.[](https://github.com/gevorg/htdigest/actions/workflows/build.yml)
## Installation
Via git (or downloaded tarball):
```bash
$ git clone [email protected]:gevorg/htdigest.git
```
Via [npm](http://npmjs.org/):```bash
$ npm install -g htdigest
```
## Usage```bash
$ htdigest [-c] passwordfile realm username
```## Options
- `-c` - Create a new file.
## Running tests
It uses [mocha](https://mochajs.org/), so just run following command in package directory:
```bash
$ npm test
```## License
The MIT License (MIT)