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 edit summary
 
Line 5: Line 5:
<pre>apt install apache2-utils</pre>
<pre>apt install apache2-utils</pre>


[[Cateogry : Debian]]
[[Category : Debian]]

Latest 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