Your company has a policy that requires all stored user passwords to be protected. Which method would be MOST appropriate to use when storing these passwords to maintain security while allowing user authentication to continue to work effectively?
Storing passwords in plaintext
Encrypting passwords with a symmetric key
Hashing passwords
Encoding passwords with Base64