GSLC · Question #105
Which of the following uses public key cryptography to encrypt the contents of files?
The correct answer is D. EFS. EFS (Encrypting File System) is a Windows feature that uses public key cryptography to encrypt individual files and folders stored on NTFS volumes.
Question
Which of the following uses public key cryptography to encrypt the contents of files?
Options
- ANTFS
- BDFS
- CRFS
- DEFS
How the community answered
(51 responses)- A4% (2)
- B2% (1)
- C8% (4)
- D86% (44)
Why each option
EFS (Encrypting File System) is a Windows feature that uses public key cryptography to encrypt individual files and folders stored on NTFS volumes.
NTFS is a file system providing permissions, journaling, and access control, but it does not itself encrypt file contents using public key cryptography.
DFS (Distributed File System) is a technology for organizing shared folders across multiple servers and has no file encryption capability.
RFS is not a recognized Windows file system or standard encryption technology associated with public key cryptography.
EFS (Encrypting File System) uses asymmetric public key cryptography to protect file contents. Each file is encrypted with a symmetric File Encryption Key (FEK), which is then encrypted with the user's public key and stored with the file. Only the holder of the corresponding private key can decrypt the FEK and access the file data.
Concept tested: EFS public key file encryption on Windows
Source: https://learn.microsoft.com/en-us/windows/win32/fileio/file-encryption
Topics
Community Discussion
No community discussion yet for this question.