Encrypt Files With The Cipher.exe Command (XP)
- 0
- Add a Comment
An alternative method for encrypting files is the use the Cipher.exe command line utility. It can be used to encrypt, decrypt, and view the status of folders and files. The various switches that can be used with the command are outlined below.
- The /E switch is used with the Cipher command to set encryption.
- The /D switch is used to disable (or remove encryption) of a folder.
- The /A switch must be used to encrypt specific files. By default, cipher works only on folders.
To encrypt a folder using this method:
- Click Start and click Run.
- Type cmd and click OK.
- From the Command Prompt window, type cipher /e directory\foldername.
- Press Enter.
You can customize the use of the command by adding additional switches. For a complete description of the command and available options, type cipher /? from the Command Prompt.
Tags: windows, microsoft, xp, diana huggins, cipher.exe, encrypt
