htpasswd Generator

From KlavoWiki
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