Cyber Class 9 Python Programming

Asked by GIANSH GUPTA KHUNDKER · BIRLA BRAINIACS

Password Hashing vs. Plaintext
Why should you never store user passwords in a Python database using a simple variable assignment like stored_password = user_input?

A) Variables in Python can only hold numbers.B) Storing passwords in plaintext exposes them to anyone who gains unauthorized access to the database or code.C) Python automatically deletes plaintext variables after 10 minutes.D) Plaintext strings make the Python script run too slowly.

Answer as guestStart Free Practice Test to earn Practice PointsHow to earn pointsAsk a question+3Answer a question+1Someone answers yours+1Your Q gets upvoted+1Pioneer bonus (first 5)+51 point = ₹1 discount on purchases, ask questions & climb the leaderboard!
70%