User Tools

Site Tools


htpasswd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
htpasswd [2015/12/14 17:29] – created luke7858htpasswd [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
-You can use the htpasswd command to create username and encrypted password for .htpasswd files:+You can use the htpasswd command to create username and encrypted password for .htpasswd files.
 \\ \\
 +**__Note__:** **__NEVER__** user online tools to encypt passwords, this is **NOT** safe. 
 +\\
 +
 \\ \\
 -c = Create the passwdfile. If passwdfile already exists, it is rewritten and truncated. This option cannot be combined with the -n option. -c = Create the passwdfile. If passwdfile already exists, it is rewritten and truncated. This option cannot be combined with the -n option.
 +\\
  
 +\\
 +== Updating file with new user ==
 +<sxh bash>
 +htpasswd /path/to/file/.htpasswd username
 +</sxh>
 +You will then be prompted to enter a password that will be encrypted
 +\\
 +
 +\\
 +== Creating new file ==
 <sxh bash> <sxh bash>
-htpasswd -c /path/to/file/.htpasswd+htpasswd -c /new/path/.htpasswd username
 </sxh> </sxh>
 +You will then be prompted to enter a password that will be encrypted
htpasswd.1450114169.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki