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
https://forums.phpfreaks.com/topic/257494-htaccesshtpasswd-password-not-encrypted/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.