This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Enter Password for Webadmin with a few characters more at the end works??

I´m a little bit confused. I set my password for the webadmin to a combination of Characters and numbers (incl. at the end two %). Now i can enter the password and add a few characters and the ASL let me in.

Is it a bug ?? or a feature ;-). Please let me know.

System: Compaq ENS P866
        ASL 3.20 Office Version

Greetings

Churtz  [:O]


This thread was automatically locked due to age.
Parents
  • Hello CHurtz,

    this behaviour is a crypt() "feature".

    I guess your password is longer then 7 characters.
    crypt uses only 8 significant characters.

    That means "12345678" is equal to "123456789".

    Daniel Stutz
  • That means thats i was using (and writing it everytime) a 16 character pass while writing the firsts 8 characters was the same ?? #$%#!!!  [:S]
  • No, but it is the opposite way around, whenever you type a 16 character password, any characters above 8 won't do you any good. The first 8 are important. The rest is not. This should be configurable in how crypt() is used however (I THINK).

    Windows NT and newer (ex. lan manager) is worse, it splits your password into hashes from groups of 7 characters, making a 8-10 character password _easier_ to guess than a 6-7 character one ;-)

    Just as a funny sidenote.
Reply
  • No, but it is the opposite way around, whenever you type a 16 character password, any characters above 8 won't do you any good. The first 8 are important. The rest is not. This should be configurable in how crypt() is used however (I THINK).

    Windows NT and newer (ex. lan manager) is worse, it splits your password into hashes from groups of 7 characters, making a 8-10 character password _easier_ to guess than a 6-7 character one ;-)

    Just as a funny sidenote.
Children
No Data