Linux Password Length Limitation

Creedyou

Senior member
Dec 28, 2001
205
0
0
Why is there a limit of 8 characters on the password character length for FC3 and probably other Unix-like OS's? Google tells me its a long standing limitation from the old days, but that doesn't mean much.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I don't know what your talking about. 8 character passwords are about a minimum you need for decent security nowadays.

I regularly use passwords upwards to 20 characters on my Linux boxes...
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I believe it was a limitation of the older crypt(3) function and it's use of DES, but now that MD5 is the standard for shadow passwords I don't think it matters any more. There could also still be issues with interoperability with commercial unix systems that don't like being given more than 8 char passwords.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I was thinking that maybe he setup a web service or something like that and it didn't allow passwords more then 8 characters.

And FC3 is new enough that it never had limits like that. When did Redhat start using Md5 stuff? Redhat 6 or 4 or something like that?
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
Suse used to default (iirc) to blowfish, and had an 8 character limit. I still have a few, and it pisses me off, because my normal passwords are all 10+, and I forget until after the first two login attempts.

Of course, that all is moving away now as I replace the boxes, and require SSH keys to remote into the box.