.htaccess encrypted password calculator

This page hosts a calculator to create an encrypted password for your .htpasswd/.htaccess system. Thus, your password is NEVER cleartext, neither on your web server, nor is it sent over the line (it get's MD5 + hashed in your web browser)

http://www.euronet.nl/~arnow/htpasswd/

another one (the above seems to go down from time to time):

http://www.xs4all.nl/~remcovz/htpasswd.html

or if you have access to the proper software, use a command like this:

htpasswd -bc /path/to/where/you/want/to/store/the/password/file/.htpasswd admin admin_password
WARNING - the "b" flag tells htpasswd to create a new file (overwriting the original one)

[ source: http://www.qmailrocks.org/vqadmin.htm ]


Tags: httpd, apache, authentication, basic, login, security
, .htpasswd, .htaccess,
Related Scribbles:
  • Security
  • Web Servers
  • Web Hosting


  • ID: 365
    Author:
    leonard
    Date Updated:
    2007-12-03 20:43:10
    Date Created:
    2003-12-05 00:03:30

    Edit

    Comments?
     >> Leonard Chan's Homepage  >> Scribble Web  >> .htaccess encrypted password calculator
    leonard.lotus-land.ca is hosted by Perceptus Solutions Inc.