MCSE Training
 

  • Do you want to become MCSE /CCNA ?
     
  • Do you want to finish in 2/3 weeks?

 




 

 

MCSE Boot Camp, CCNA Bootcamp, CCNP Boot camp training in UK, USA, JAPAN, India
CCNA Training, MCSE Training, A+ Certification, MCSA, CCNP, Network+, Security+, CISSP, MCSD, CCSP,

MCSE Exam, free Real Exam Test, Guide, Prepare MCSE

 

MCSE Boot Camp, CCNA Bootcamps, CCNP Boot camp Certification Training

MCSE Guide

Free MCSE
Free MCSE Training
MCSE
MCSE 2003
MCSE Books
MCSE Boot Camp
MCSE Brain dumps
MCSE Certification
MCSE Exam
MCSE Free
MCSE Jobs
MCSE Logo
MCSE Online
MCSE Online Training
MCSE Practice
MCSE Practice Exams
MCSE Practice Tests
MCSE Requirements
MCSE Resume
MCSE Salary
MCSE Self Paced Training Kit
MCSE Study
MCSE Study Guide
MCSE Study Guides
MCSE Test
MCSE Testing
MCSE Training
MCSE Training Kit
MCSE Training Video
MCSE Windows 2003
Microsoft MCSE Training
Training MCSE
Windows 2003 MCSE

 

 

MCSE : Security Specialist

Security

 Encrypt data on a hard disk by using Encrypting File System (EFS).

Windows 2000 includes greater security than other versions of windows, with its Encrypting File System (EFS). It is based on public and private key encryption. The file system automatically generates an encryption certificate for the user along with a private key. You can encrypt individual files or folders, only on the NTFS file system.

When a user is logged on, they don't have to decrypt files to use them EFS automatically detects an encrypted file, locates the users private key and decrypts the file.

To encrypt a file or folder

  • In explorer select the file or folder you want to encrypt, choose properties
  • Choose advanced button to display the advanced attributes
  • Check the Encrypt Contents To Secure Data box
  • To remove encryption from a file or folder, follow directions above and uncheck the Encrypt Contents To Secure Data box.

    You can also encrypt file and folders from the DOS command prompt using cipher.exe If you do not use any command line options cipher will just display the encryption status of the folder.

    cipher [/e | /d] [/s:dir] [/i] [/q] [dirname]

  • /e Encrypts specified directory
  • /d Decrypts specified directory
  • /s : dir Specifies the directory to encrypt or decrypt
  • /i Ignors errors
  • /q Specifies a directory
  • dirname
  •