Apache htpasswd Generator - Create Password Hashes Online
Generate Apache htpasswd entries with MD5, SHA1, bcrypt, or crypt algorithms. Create secure .htpasswd files for HTTP authentication. Browser-based tool.
Apache Configuration
# In .htaccess or Apache config:
AuthType Basic
AuthName "Restricted Area"
AuthUserFile /path/to/.htpasswd
Require valid-userBatch Mode