nerdexam
EC-Council

312-50V12 · Question #315

BitLocker encryption has been implemented for all the Windows-based computers in an organization. You are concerned that someone might lose their cryptographic key. Therefore, a mechanism was…

The correct answer is C. Key escrow. This question tests knowledge of cryptographic key management concepts, specifically the practice of storing a copy of a cryptographic key with a trusted third party for recovery purposes.

Submitted by mike_84· Mar 4, 2026Cryptography

Question

BitLocker encryption has been implemented for all the Windows-based computers in an organization. You are concerned that someone might lose their cryptographic key. Therefore, a mechanism was implemented to recover the keys from Active Directory. What is this mechanism called in cryptography?

Options

  • AKey archival
  • BCertificate rollover
  • CKey escrow
  • DKey renewal

How the community answered

(29 responses)
  • A
    3% (1)
  • C
    93% (27)
  • D
    3% (1)

Why each option

This question tests knowledge of cryptographic key management concepts, specifically the practice of storing a copy of a cryptographic key with a trusted third party for recovery purposes.

AKey archival

Key archival refers to the long-term storage of expired or retired keys for the purpose of decrypting old data, not for recovering lost active keys from a trusted third party.

BCertificate rollover

Certificate rollover is the process of replacing an expiring digital certificate with a new one before it expires, which is unrelated to storing or recovering cryptographic keys.

CKey escrowCorrect

Key escrow is the cryptographic mechanism where a copy of a cryptographic key is held in trust by a third party (in this case, Active Directory) so that it can be retrieved if the original key is lost. BitLocker's Active Directory backup feature works on this principle - the recovery key is stored with a trusted authority (AD) that can release it under authorized circumstances, matching the exact definition of key escrow.

DKey renewal

Key renewal refers to extending the validity period or regenerating a cryptographic key upon expiration, which is a lifecycle management function and not a recovery mechanism.

Concept tested: Key escrow and cryptographic key recovery mechanisms

Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/data-protection/bitlocker/bitlocker-key-management-faq

Topics

#key escrow#BitLocker#cryptographic key management#Active Directory

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice