.htpasswd Generator
Build a user:hash line for HTTP basic auth in Apache or Nginx. Hashing runs entirely in your browser — the password is never sent anywhere. Pairs with the Nginx / Apache config generator.
For a new setup prefer bcrypt (htpasswd -B) — it isn't offered here because it needs a native implementation. apr1 is still widely supported and far stronger than plain SHA-1.