How does an operating system protect the passwords used for account logins?
The operating system performs a one-way hash of the passwords.
The operating system stores the passwords in a secret file that users cannot find.
The operating system encrypts the passwords, and decrypts them when needed.
The operating system stores all passwords in a protected segment of non-volatile memory.
Submit