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. File Compression
B. Password Hashing / Salting
C. Heuristic Mapping
D. Sandboxing Isolation
Answer: Option B
Solution (By JKSSB Mock Tests)
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

Discuss this Question (0)

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

Practice More Cyber Security Questions

Question #1
Which concept dictates that computer operators should be granted only the minimum system access rights required to complete their specific job responsibilities?
A. Defense in Depth
B. Zero Trust Validation
C. Principle of Least Privilege (PoLP)
D. Stateful Inspection Mapping

Correct Answer: Option C


Explanation:
The Principle of Least Privilege restricts user account privileges to the absolute bare minimum needed to perform authorized tasks, reducing potential attack surfaces.

This question belongs to: Computer Cyber Security
Question #2
What is 'social engineering' in cybersecurity?
A. The process of encrypting data
B. A type of firewall
C. The use of technical hacking tools
D. The psychological manipulation of people to divulge confidential information

Correct Answer: Option D


Explanation:
Social engineering is a manipulation technique that exploits human error to gain access to private information or systems.

This question belongs to: Computer Cyber Security
Question #3
Which of the following is a common technique used by attackers to gain unauthorized access?
A. Brute force attack
B. Using antivirus software
C. Installing a firewall
D. Encrypting data

Correct Answer: Option A


Explanation:
A brute force attack involves trying all possible combinations of passwords or keys until the correct one is found, gaining unauthorized access.

This question belongs to: Computer Cyber Security