Home TRAINSCAN APPLICATIONS - PWDGEN
Previous page Who What Where How When Translation, Traduction Editing Applications Contact Us

SHORT LINE: PWDGEN generates htpasswd files suitable for access control in websites running under the Apache webserver, and others.

TRACKS:

Help

Overview

PWDGEN generates the contents for .htpasswd files used to control access under the Apache webserver. Many other webservers use identical files.

If you don't know that this means, they you probably don't need to use this application.

Use

Input: Input data is of the form:

name:password

...where name is login name and password is the password that user name must enter to have access to the controlled area. The input can have multiple lines, one for each login name. Simply copy/paste the input into the input space.

A realistic input might be:

tim:mypassword42
bob:otherpassword66

Output: Output data is of the same form as the input, except that the password is encrypted in a form that the webserver can use to authenticate the user. Simply copy and paste the output from the PWDGEN output space into the .htpasswd file for upload to the webserver.

An output corresponding to the input example above may be:

tim:NraxNHg.hd/8A
bob:PwzDXNeM1oCkU

Note that the output is not unique -- many different outputs correspond to any given input.

Top of page

This page was last updated 20070610. Copyright (C) 2007 Timothy Green. All rights reserved.