.htpasswd password generation

 

This is an online password generation tool for .htpasswd files.

These files store a username and password combination (one per line of the file) which is used with .htaccess Basic Authentification.

 

User       
Password
 
Crypt (default on Unix, unsupported on Windows)
Apache MD5 (default on Windows)
SHA

 

Copy and paste the username:password into your .htpasswd file.
Each username:password pair must be listed on its own line.

 

Basic authentication with .htaccess and .htpasswd files
How to call htpasswd.net directly with the URLs