htpasswd Generator
From KlavoWiki
To create an encrypted password:
htpasswd -nbB username password
If you need to install the package:
apt install apache2-utils
To create an encrypted password:
htpasswd -nbB username password
If you need to install the package:
apt install apache2-utils