Thread: password bug
View Single Post
  #2  
Old 09-21-2004, 08:54 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
That's the limit of the DES algorithm used in crypt() function, only the first 8 characters of the password are used to generate the encrypted password, the rest are ignored.
I think Apache is the same, isn't it? :roll:

Thanks,
George Wang
Reply With Quote