Welcome on the .htpasswd File Generator,
This tool let you generate an .htpasswd file to secure a folder on your server with a password. To secure a folder on your Linux server, you have to make an .htaccess file on the folder and put this code in it:
AuthName "Protected Administration Page"
AuthType Basic
AuthUserFile "/real/path/to/the/file/.htpasswd"
Require valid-user