cipher: edit page (#9312)

pull/1/head
Lena 2022-11-09 05:24:50 +01:00 committed by GitHub
parent b52483383e
commit d72e639555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,17 @@
# cipher
> Encrypt or decrypt files on NTFS drives.
> Display or alter the encryption of directories and files on NTFS volumes.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cipher>.
- Encrypt a file or directory:
- Display information about a specific encrypted file or directory:
`cipher /c:{{path/to/file_or_directory}}`
- [e]ncrypt a file or directory (files added later to the directory are also encrypted as the directory is marked):
`cipher /e:{{path/to/file_or_directory}}`
- Decrypt a file or directory:
- [d]ecrypt a file or directory:
`cipher /d:{{path/to/file_or_directory}}`