Create hashed credentials for Apache and Nginx HTTP basic authentication. Bcrypt and SHA-1 supported, all hashing done in your browser — passwords never leave the page.
—
$2y$). It is the strongest format Apache and Nginx support and resists brute-force far better than MD5 or SHA-1. Only fall back to SHA-1 for legacy systems..htpasswd file (one user per line). In Apache reference it with AuthType Basic + AuthUserFile; in Nginx use auth_basic and auth_basic_user_file.htpasswd -B -c /etc/nginx/.htpasswd admin. The -B flag selects bcrypt and -c creates the file (omit -c to add to an existing one).TextraHost Linux VPS plans start at $5.50/mo — full root, your own Apache or Nginx auth.