PDA

View Full Version : Wrong password works!


scaryfish
05-24-2002, 09:30 PM
I've got a fairly large (16 chars) password, and I just recently noticed that I can put in the wrong password and it'll work.

All that matters apparently is the first 8 characters - after that you can type whatever you like (or nothing at all), and it'll accept it as correct.

Does everyone else know this? I realise most people won't have a password that long, but it's interesting to know that there is absolutely no point in having a password greater than 8 chars.

<edit>
Found out that the Keychain does in fact use the full password, but login and anything where you're asked for your "administrator's password" only uses the first 8 chars.
</edit>

=)
<><

blb
05-25-2002, 02:12 PM
The Unix-level passwords (the login ones) are all limited to eight characters. This is a backwards-compatible thing which really should go away; it has to do with the system still using crypt() to protect passwords, from which a number of other *nix are moving away.

jyu
05-27-2002, 10:56 PM
Forget where I got this info, but Apple said "... only the first 8 characters ..." count.