gpg: add Chinese translation (#5193)

This commit is contained in:
Tiny
2021-01-30 03:16:53 +00:00
committed by GitHub
parent 9c98fb2eb1
commit a52007380f
4 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# gpg-zip
> 使用`GPG`加密存档中的文件和目录。
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>。
- 使用密码将一个目录加密为`archive.gpg`
`gpg-zip --symmetric --output {{archive.gpg}} {{path/to/directory}}`
-`archive.gpg`解密到同名目录中:
`gpg-zip --decrypt {{path/to/archive.gpg}}`
- 列出加密的`archive.gpg`的内容:
`gpg-zip --list-archive {{path/to/archive.gpg}}`