GithubHelp home page GithubHelp logo

daliworks / htpasswd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gevorg/htpasswd

0.0 8.0 0.0 133 KB

Node.js package for HTTP Basic Authentication password file utility.

Home Page: https://github.com/gevorg/htpasswd

License: MIT License

JavaScript 3.10% CoffeeScript 96.90%

htpasswd's Introduction

forking htpasswd

just js build version of coffee scripts

> coffee -c -o lib src

htpasswd

Node.js package for HTTP Basic Authentication password file utility.

Build Status Dependency Status

Installation

Via git (or downloaded tarball):

$ git clone git://github.com/gevorg/htpasswd.git

Via npm:

$ npm install -g htpasswd

Usage

$ htpasswd [-cimpsDv] passwordfile username
$ htpasswd -b[cmpsDv] passwordfile username password

$ htpasswd -n[imps] username
$ htpasswd -nb[mps] username password

Options

  • -b - Use the password from the command line rather than prompting for it. This option should be used with extreme care, since the password is clearly visible on the command line. For script use see the -i option.
  • -i - Read the password from stdin without verification (for script usage).
  • -c - Create a new file.
  • -n - Don't update file; display results on stdout.
  • -m - Use MD5 encryption for passwords. This is the default.
  • -d - Use crypt() encryption for passwords. This algorithm limits the password length to 8 characters. This algorithm is insecure by today's standards. (DOES NOT WORK ON WINDOWS)
  • -s - Use SHA encryption for passwords. This algorithm is insecure by today's standards.
  • -p - Do not encrypt the password (plaintext).
  • -D - Delete the specified user.
  • -v - Verify password. Verify that the given password matches the password of the user stored in the specified htpasswd file.

Running tests

It uses nodeunit, so just run following command in package directory:

$ npm test

Issues

You can find list of issues using this link.

Requirements

  • Node.js - Event-driven I/O server-side JavaScript environment based on V8.
  • npm - Package manager. Installs, publishes and manages node programs.

Dependencies

  • commander - node.js command-line interfaces made easy.
  • coffee-script - CoffeeScript is a little language that compiles into JavaScript.
  • prompt - a beautiful command-line prompt for node.js.
  • apache-md5 - Node.js module for Apache style password encryption using md5.

Optional dependencies

  • apache-crypt - Node.js module for Apache style password encryption using crypt(3). (DOES NOT WORK ON WINDOWS)

Development dependencies

  • nodeunit - Easy unit testing in node.js and the browser, based on the assert module.

License

The MIT License (MIT)

Copyright (c) 2014 Gevorg Harutyunyan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

htpasswd's People

Contributors

gevorg avatar ys-turple avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.