Thomas Eisenbarth
10 years

create htpasswd entry and print to stdout

Posted About 8 years ago. Visible to the public.

Create htpasswd entry and print to stdout:

$ sudo apt install apache2-utils # Optional

$ htpasswd -n $USERNAME
New password: 
Re-type new password: 
$USERNAME:<Password Hash>
Claus-Theodor Riegg
Last edit
Over 6 years ago
Dominik Schöler
Keywords
ops, change, basic, auth, password
License
Source code in this card is licensed under the MIT License.