Skip to main content
CheckTown

htpasswd Generator

Generate htpasswd entries for Apache and Nginx authentication

Recommended. Strongest algorithm, supported by Apache 2.4+ and Nginx.

Enter credentials to generate

The htpasswd entry will appear here

Per saperne di più

htpasswd Generator: Apache and Nginx Basic Authentication

Learn how to generate htpasswd entries for web server authentication.

Cos'e htpasswd?

Un file htpasswd e un database in file piatto utilizzato dai server web Apache e Nginx per memorizzare nomi utente e password hashate per l'autenticazione HTTP Basic. Ogni riga contiene un nome utente e un hash della password separati da due punti, come admin:$2y$10$abc... Il file fornisce un modo semplice per proteggere le risorse web senza richiedere un sistema di autenticazione completo.

5 min di letturaLeggi la guida completa