htpasswd Generator (bcrypt)
Generate an Apache htpasswd line (username:bcrypt-hash) for basic auth. Runs locally in your browser.
Apache configuration example:
AuthType Basic AuthName "Restricted Area" AuthUserFile /path/to/.htpasswd Require valid-user
After adding the entry to .htpasswd, reload your web server (Apache/Nginx).