1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:06:01 +02:00

Create cipher.md

This commit is contained in:
Flex Zhong 2020-09-30 13:26:59 +08:00 committed by Starbeamrainbowlabs
parent 79aea4833f
commit 4bc29f8ff2

View file

@ -0,0 +1,15 @@
# cipher
> 加密或解密 NTFS 驱动器上的文件.
- 加密文件或目录:
`cipher /e:{{路径/文件或目录}}`
- 解密文件或目录:
`cipher /d:{{路径/文件或目录}}`
- 安全地删除文件或目录:
`cipher /w:{{路径/文件或目录}}`