What is a common method used to protect passwords stored on a server?
Q1. What is a common method used to protect passwords stored on a server?
Answer: Hashing
Explanation: Hashing is a one-way process that transforms a password into a fixed-length string of characters, making it difficult to retrieve the original password.