When Microsoft introduced Windows 2000, it added optional built-in encryption to NTFS called ?Encrypting File System (EFS)?. Explain how EFS works.?
What will be an ideal response?
Encrypting File System (EFS) uses public key and private key methods of encrypting filed, folders, or disk volumes (partitions). Only the owner or user who encrypted the data can access encrypted files. The owner holds the private key, and the public key is held by a certification authority, such as global registry, network server, or company such as VeriSign.?
You might also like to view...
Write a script that takes the name of a directory as an argument and searches the file hierarchy rooted at that directory for zero-length files. Write the names of all zero-length files to standard output. If there is no option on the command line, have the script delete the file after displaying its name, asking the user for confirmation, and receiving positive confirmation. A –f (force) option on the command line indicates that the script should display the filename but not ask for confirmation before deleting the file.
What will be an ideal response?
Labels are defined with class _______ — a subclass of _______.
Fill in the blank(s) with the appropriate word(s).
When implementing a database system for multiple users, it can be helpful to divide the database objects into two separate database files
Indicate whether the statement is true or false
Working principles of security and quality in the code is also called what?
A. Software development B. Best practices C. C.I.A. D. Coding