Free .htaccess & .htpasswd file builder

Building a .htaccess and a .htpasswd file is a rather common task that web developers or linux sysadmins have to do quite often, but we don't always have shell access or the files handy to make it so, therefore we go hunting the web for some .htaccess reference code and an md5 or des password encrypter. Some times those websites arent always available, nor do they have the information in one handy location. So heres my attempt to provide a solution to this, even if it only solves my own problems. So I hope you enjoy my Free Htaccess Creator! :)


The username is the first part of the authentication process, usually what follows next is a password.
User
This is the secure / encrypted password the system authenticates you on. In case of different types of server configuration the passwords we offer in different encryption styles.
Password
This will be the greeting message that a user will see when prompted to enter their username and password. Something like halt! who goes there? is both cute and sufficient. :)
Greeting Message
The location of your htpasswd file is important as this file contains your encrypted password details and is used to compare against what the user has entered as their password. Usually a directory path is something like /home/yourftpusername/ its usually best to keep password out of public directories though, so dont go placing it in public_html unless your fairly sure you know what your doing.

:)
Location of .htpasswd
Email Address
(if you would like this information emailed to you)