Multiple choice technology security

What is an implication of insecure cryptographic storage

  1. The website could be defaced, and database tables could be deleted

  2. Sensitive data could be stolen

  3. A malicious script could be executed, and database tables could be deleted

  4. A malicious script could be executed, and session tokens could be predicted

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Insecure cryptographic storage means sensitive data is either stored in plaintext or using weak encryption that can be broken. This directly enables data theft if the database is compromised. The other options describe different vulnerability classes (defacement, script execution, session prediction) that are not implications of crypto storage flaws.