What method do Unix-type systems use to prevent attackers from cracking passwords using pre-computed hashes?
Unix systems can prevent users from using dictionary words for passwords
The algorithms creates hashes using a CPU- intensive algorithm.
The algorithm creates hashes using salts or randomized values
Unix/Linux systems use hashing functions which cannot be reversed
The system encrypts the password using a symmetrical algorithm
Submit