Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX 6.5.0 password checking for root is not secure: (3 Items)
   
QNX 6.5.0 password checking for root is not secure  
I have set my root password to be QNXepri683. However it will pass if I type in QNXepri68[0-9], i.e. the lass number can
 be any of 0,1,...,9. 
Is it a bug?
Re: QNX 6.5.0 password checking for root is not secure  
I only have experience with QNX 4.25 and 6.3.2 but 6.5 is probably similar. Usernames are limited to 14 characters and 
the QNX crypt() library used for password hashing truncates passwords to 8 characters.
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.