Jump to content

.htaccess/.htpasswd password not encrypted?


Chanpa

Recommended Posts

Hi,

I am running an Apache webserver with MoWeS and I'm protecting my admin section of the site with this .htaccess file:

AuthName "Admin Area"
AuthType Basic
AuthUserFile ../.htpasswd
Require valid-user

On the tutorials I read it said that the password in my  .htpasswd file had to be encrypted for it to work so I did that(I used a script on the site I was learning from) and had something like:

Admin:dhAJHD82zxyA

in my .htpasswd file and it didn't work, the error.log said there was a user/pass mismatch.

So I changed it to Admin:plaintextpass and it worked!

However this is obviously less secure (although I don't have the .htpasswd -file on the webserver) so I was wondering how I can make it "accept" or work with the encrypted versions of a password.

 

Thanks,

Chanpa

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.