logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Webmaster Tools & Utilities View previous topic :: View next topic
Reply to topic   Topic: Apache User Manager for Windows
Author
dzhimc



Joined: 16 Jan 2017
Posts: 1

PostPosted: Thu 19 Jan '17 1:30    Post subject: Apache User Manager for Windows Reply with quote

For anyone interested; a batch file (.bat) with menu options that makes it easier to manage Apache users for basic authentication (uses the htpasswd.exe command-line tool). Smile

Options available:
-Create/update username using MD5 encryption for passwords (default)
-Create/update username using BCrypt encryption for passwords (slower but more secure) (12 rounds)
-Delete username
-Verify username
-List existing users
-Modify groups
-List existing groups


Before using, open the batch file in a text editor and set the correct paths for the "HTPASSWDEXE_FILE", "AUTH_USER_FILE", and "AUTH_GROUP_FILE" variables at the top.

Repository:
https://github.com/dzhimc

Image:
https://raw.githubusercontent.com/dzhimc/Apache-User-Manager/master/Apache%20User%20Manager%20for%20Windows.png

Direct download URL:
https://github.com/dzhimc/Apache-User-Manager/archive/master.zip



dzhimc
Back to top


Reply to topic   Topic: Apache User Manager for Windows View previous topic :: View next topic
Post new topic   Forum Index -> Webmaster Tools & Utilities