Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database? MCQ with Answer and Explanation

Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database?
A. Heuristic Mapping
B. Sandboxing Isolation
C. File Compression
D. Password Hashing / Salting
Answer: Option D
Solution (By JKExamLibrary)
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
What is 'biometric authentication'?
A. Using a one-time password
B. Using a security token
C. Using a password to log in
D. Using physical characteristics like fingerprints or facial recognition for identity verification

Correct Answer: Option D


Explanation:
Biometric authentication uses unique physical characteristics, such as fingerprints, iris patterns, or facial features, to verify a user's identity.

This question belongs to: Computer Cyber Security
Question #2 Report Error
What is 'pharming'?
A. A type of firewall
B. A type of antivirus
C. A type of phishing that redirects users to fake websites without their knowledge
D. A type of farming

Correct Answer: Option C


Explanation:
Pharming is a cyber attack that redirects a website's traffic to a fake site without the user's knowledge, often by exploiting DNS vulnerabilities, to steal information.

This question belongs to: Computer Cyber Security
Question #3 Report Error
What defensive approach involves setting up attractive but completely fake database servers or files to lure hackers away from core production resources and analyze their attack methodologies?
A. Firewall Filtering
B. Honeypot
C. Sandboxing
D. Encryption Vaulting

Correct Answer: Option B


Explanation:
Honeypots are decoy systems designed to attract, deceive, and document the behavior of threat actors targeting organizational networks.

This question belongs to: Computer Cyber Security