mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
cipher: add page (#3285)
This commit is contained in:
parent
de4c03124e
commit
32aac2faef
1 changed files with 15 additions and 0 deletions
15
pages/windows/cipher.md
Normal file
15
pages/windows/cipher.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# cipher
|
||||||
|
|
||||||
|
> Encrypt or decrypt files on NTFS drives.
|
||||||
|
|
||||||
|
- Encrypt a file or directory:
|
||||||
|
|
||||||
|
`cipher /e:{{path/to/file_or_directory}}`
|
||||||
|
|
||||||
|
- Decrypt a file or directory:
|
||||||
|
|
||||||
|
`cipher /d:{{path/to/file_or_directory}}`
|
||||||
|
|
||||||
|
- Securely remove a file or directory:
|
||||||
|
|
||||||
|
`cipher /w:{{path/to/file_or_directory}}`
|
Loading…
Add table
Reference in a new issue