College

If password aging is based on previous passwords, why should those previous passwords not be stored in clear text on disk?

Answer :

Final answer:

Passwords should not be stored in clear on disk when implementing password aging based on previous passwords as it poses a security risk. Instead, password hashes should be used to ensure security.

Explanation:

When implementing password aging based on previous passwords, it is crucial not to store those previous passwords in clear on disk. Storing passwords in clear text on disk poses a major security risk as it makes them easily accessible to unauthorized individuals who gain access to the system or database. Instead, it is recommended to store password hashes, which are one-way mathematical representations of passwords that cannot be reversed to obtain the original password.

Learn more about password here:

https://brainly.com/question/32327490

#SPJ11