htpasswd Generator: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "To create an encrypted password: <pre>htpasswd -nbB username password</pre> If you need to install the package: <pre>apt install apache2-utils</pre> Cateogry : Debian")
(No difference)

Revision as of 19:11, 6 May 2023

To create an encrypted password:

htpasswd -nbB username password

If you need to install the package:

apt install apache2-utils

Cateogry : Debian