add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,20 @@
# cipher
> 加密或解密 NTFS 驱动器上的文件
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/cipher>.
> 显示或更改 NTFS 卷上目录和文件的加密
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/cipher>
- 加密文件或目录:
- 显示特定加密文件或目录的信息
`cipher /e:{{路径/文件或目录}}`
`cipher /c:{{path\to\file_or_directory}}`
- 解密文件或目录
- [e]ncrypt加密一个文件或目录后来添加到该目录的文件也会被加密因为该目录已被标记为加密
`cipher /d:{{路径/文件或目录}}`
`cipher /e:{{path\to\file_or_directory}}`
- 安全地删除文件或目录:
- [d]ecrypt解密一个文件或目录:
`cipher /w:{{路径/文件或目录}}`
`cipher /d:{{path\to\file_or_directory}}`
- 安全地删除一个文件或目录:
`cipher /w:{{path\to\file_or_directory}}`