htpasswd Generator

From KlavoWiki
Revision as of 19:11, 6 May 2023 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To create an encrypted password:

htpasswd -nbB username password

If you need to install the package:

apt install apache2-utils