engineering computer science MCQ #1524

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

engineering computer science MCQ #1524

  1. Question 1

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

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

    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.