Bcrypt

HTPASSWD(1) - General Commands Manual

Bcrypt, Htpasswd

HTPASSWD(1) - General Commands Manual # HTPASSWD(1) - General Commands Manual 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). ...