Page 1 of 1

apache > htpasswd /var/www/html/.htpasswd user

Posted: 08 Nov 2023, 22:28
by SEMERENDO.cr
Apache for me is indispensable... or is there really another way to create a password by hand for the. htpasswd?
htpasswd encrypts passwords using either bcrypt, a version of MD5 modified for Apache, SHA1, or the system's crypt() routine. Files managed by htpasswd may contain a mixture of different encoding types of passwords; some user records may have bcrypt or MD5-encrypted passwords while others in the same file may have passwords encrypted with crypt().