Generate Apache htpasswd entries for HTTP Basic Authentication. Supports SHA1 hashing.
SHA1 is widely compatible. Never use plain text in production environments.
Store it outside your web root (e.g. /etc/apache2/.htpasswd) and reference it in your config.
Yes! Generate one entry per user and add each on a new line in your .htpasswd file.