• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Password Length Limitation

Creedyou

Senior member
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.
 
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...
 
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.
 
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?
 
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.
 
Back
Top