nerdexam
GIAC

GCFA · Question #40

Which of the following two cryptography methods are used by NTFS Encrypting File System (EFS) to encrypt the data stored on a disk on a file-by-file basis?

The correct answer is A. Digital certificates B. Public key. NTFS EFS protects files by encrypting each file's symmetric key with the user's public key, with the key pair stored in a digital certificate.

File System & Registry Forensics

Question

Which of the following two cryptography methods are used by NTFS Encrypting File System (EFS) to encrypt the data stored on a disk on a file-by-file basis?

Options

  • ADigital certificates
  • BPublic key
  • CRSA
  • DTwofish

How the community answered

(50 responses)
  • A
    74% (37)
  • C
    10% (5)
  • D
    16% (8)

Why each option

NTFS EFS protects files by encrypting each file's symmetric key with the user's public key, with the key pair stored in a digital certificate.

ADigital certificatesCorrect

Digital certificates store the user's public/private key pair and are used by EFS to identify and bind the encryption keys to a specific user account, enabling secure key management and recovery.

BPublic keyCorrect

EFS uses public key cryptography to encrypt the per-file File Encryption Key (FEK) - the FEK itself encrypts the file data, but the FEK is then asymmetrically encrypted with the user's public key so only the corresponding private key can unlock it.

CRSA

RSA is an underlying cryptographic algorithm that may be used within the public key infrastructure, but it is not one of the two named methods EFS is defined by - the question targets the conceptual mechanisms (public key and digital certificates), not the algorithm.

DTwofish

Twofish is a symmetric block cipher that is not used by NTFS EFS; EFS uses algorithms such as DESX, 3DES, or AES for symmetric file encryption of the FEK-protected data.

Concept tested: NTFS EFS encryption using public key and digital certificates

Source: https://learn.microsoft.com/en-us/windows/win32/fileio/file-encryption

Topics

#EFS#NTFS encryption#public key cryptography#digital certificates

Community Discussion

No community discussion yet for this question.

Full GCFA Practice