This tool generates the .htpasswd format credentials required for Apache HTTP Basic Auth.
If bcrypt is selected, the browser will not generate the hash directly; instead, it must be generated by the server or a local tool.
Supported algorithms include:
bcrypt (recommended, supported by Apache 2.4+, highly secure)
MD5 (APR1 format, Apache-specific)
SHA1 (unsalted, less secure)
crypt (analog implementation, limited to 8-character passwords)