create htpasswd entry and print to stdout

Updated . Posted . 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>
Last edit
Dominik Schöler
Keywords
ops, change, basic, auth, password
License
Source code in this card is licensed under the MIT License.