Jump to content

How strong is .htpasswd?


sKunKbad

Recommended Posts

I have been using a secured folder on my server. I have the standard .htaccess authentication file in that folder, and standard .htpasswd file elsewhere. Today I noticed that I could type in quite a few passwords with my username that would pass authentication, even though they were not valid passwords. Most of the time the authentication works, but when the non-valid passwords were pretty close to the real password, access to the folder was allowed!

 

.htaccess:

AuthUserFile /home/content/r/b/g/rbgwebdesign/html/.htpasswd
AuthGroupFile /dev/null
AuthName "Confidential"
AuthType Basic

require valid-user

 

.htpasswd

rEalaDmin:cw3B.SFCbETnM

 

The ecrypted password is 'wHateverDood', but the problem is, I have been able to gain access with passwords like:

wHateverD00d, which is zeros instead of letter o's.

wHateverDnnd, which is obviously not even close.

wHateverDmmc, which is not even close.

wHatevereeee, which is not even close.

 

So I guess my question is, how strong is this method of authentication? It seems pretty weak, and I don't think I'm doing anything wrong. If the password is wrong in the first few letters, then access is not granted. Is there some limit to the number of letters that the password is good for??

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.