Generate HTTP Basic Auth credentials for Apache and Nginx. All hashing happens in your browser.
Add multiple users to build a complete htpasswd file.
.htaccess or httpd.conf:AuthType Basic / AuthUserFile /path/.htpasswd / Require valid-userauth_basic directive:auth_basic "Restricted"; / auth_basic_user_file /path/.htpasswd;