GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MHTPASSWD(8) FreeBSD System Manager's Manual MHTPASSWD(8)

mhtpasswd
manipulate HTTP-server password files

mhtpasswd [-cmD] passwordfile username

mhtpasswd -b [-c] [-dms] [-D] passwdfile username password

mhtpasswd -n [-dms] username

mhtpasswd -nb [-dms] username password

The mhtpasswd utility is used to create and update files to store usernames and passwords for HTTP authentication.

mhtpasswd uses openssl to generate the password encrypted using crypt(), apache modified MD5 or digest SHA1

batch mode password is read from the command line
Create the password file, if it already exists it is overwrittent.
Display the result on stdout instead of writting to a password file.
Use apache MD5 encryption.
Use crypt() encryption. (this is default)
Use digest SHA1 encryption.
Delete user.
passwdfile
path to the file that contains or will contain the user name and password.
username
user name to create or update.
password
plaintext password to be encrypted for the given user.

Baptiste Daroussin <bapt@FreeBSD.org>
December 1, 2010 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.