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.
Register to earn points & climb the leaderboard!
quiz Browse Questions emoji_events Leaderboard