*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: htpasswd | Section: 1 | Source: OpenBSD | File: htpasswd.1
HTPASSWD(1) FreeBSD General Commands Manual HTPASSWD(1) NAME htpasswd - create and update user authentication files SYNOPSIS htpasswd [file] login htpasswd -I [file] DESCRIPTION htpasswd is used to create and update user authentication files for HTTP daemons. The options are as follows: -I Switch to batch mode. htpasswd reads exactly one line from standard input and splits it at the first ":". The first part is the login, the second part is the password which htpasswd then hashes using bcrypt(3). htpasswd prompts for a password and generates a hash using bcrypt(3). A line suitable for a password file is written to the standard output. If invoked with two arguments (or one argument if the -I flag is used), user authentication file is updated. SEE ALSO bcrypt(3) HISTORY This reimplemented version of htpasswd has been available since OpenBSD 5.6. AUTHORS Florian Obser <[email protected]> implemented htpasswd from scratch after Apache httpd was removed from OpenBSD base. FreeBSD 14.1-RELEASE-p8 March 31, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options