For testing readability during storage, which observation verifies passwords are unreadable?

Prepare for the PCI DSS Test with detailed questions and explanations. Use flashcards and quizzes to enhance knowledge. Ensure you're ready for your certification exam!

Multiple Choice

For testing readability during storage, which observation verifies passwords are unreadable?

Explanation:
This tests whether stored passwords are unreadable. To verify unreadability, you would inspect the actual password storage and confirm it contains hashed (and salted) values rather than plaintext. If the storage shows readable passwords, it means they are not unreadable and security is breached; hashed storage protects passwords from being read even if the storage is accessed. Why the other ideas don’t fit: plaintext storage would be easily readable, defeating the purpose of unreadable storage. Not encrypted in transit relates to data in transit, not how passwords are stored. And while in practice passwords are not kept in plaintext, saying they are “never stored” is not accurate for system design; the important point is that stored passwords should be unreadable (typically via hashing with salt), which is what this observation aims to confirm.

This tests whether stored passwords are unreadable. To verify unreadability, you would inspect the actual password storage and confirm it contains hashed (and salted) values rather than plaintext. If the storage shows readable passwords, it means they are not unreadable and security is breached; hashed storage protects passwords from being read even if the storage is accessed.

Why the other ideas don’t fit: plaintext storage would be easily readable, defeating the purpose of unreadable storage. Not encrypted in transit relates to data in transit, not how passwords are stored. And while in practice passwords are not kept in plaintext, saying they are “never stored” is not accurate for system design; the important point is that stored passwords should be unreadable (typically via hashing with salt), which is what this observation aims to confirm.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy