engineering computer science MCQ #1565

What is a common technique used to protect passwords stored on a server?

engineering computer science MCQ #1565

  1. Question 1

    Q1. What is a common technique used to protect passwords stored on a server?

    • A) Hashing
    • B) Encryption
    • C) Compression
    • D) Encoding

    Answer: Hashing

    Explanation: Hashing transforms passwords into fixed-length strings of characters, making it difficult to retrieve the original password.