|
Re: QNX 6.5.0 password checking for root is not secure
|
03/04/2014 10:49 AM
post109173
|
Re: QNX 6.5.0 password checking for root is not secure
crypt() is a POSIX implementation of the DES hashing algorithm that by definition only factors in the first 8 characters
of the string.
6.6.0 was just released and contains more modern hashing options (MD5, SHA2-256/512) that allow for more secure
passwords of up to 64 characters.
|
|
|