If the password is 15 characters or longer, Windows stores encrypted padding for that user's hash. What is the effect?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

If the password is 15 characters or longer, Windows stores encrypted padding for that user's hash. What is the effect?

Explanation:
When a password is 15 characters or longer, Windows adds an encrypted padding block to the stored credential. This padding isn’t the password or a straightforward hash; it’s extra data that helps validate the credential in a way that is tied to the system’s secret. Because that padding is encrypted and effectively bound to the user/system, someone who dumps the credential data can’t use the stored value to perform offline password guesses. They can’t reproduce the correct padding or verify candidate passwords without the decryption key, so the hash becomes impractical or useless for an attacker. This protection does not reveal the password or store anything in cleartext—the goal is to prevent offline cracking of long passwords.

When a password is 15 characters or longer, Windows adds an encrypted padding block to the stored credential. This padding isn’t the password or a straightforward hash; it’s extra data that helps validate the credential in a way that is tied to the system’s secret. Because that padding is encrypted and effectively bound to the user/system, someone who dumps the credential data can’t use the stored value to perform offline password guesses. They can’t reproduce the correct padding or verify candidate passwords without the decryption key, so the hash becomes impractical or useless for an attacker. This protection does not reveal the password or store anything in cleartext—the goal is to prevent offline cracking of long passwords.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy