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