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

@@ -0,0 +1,24 @@
# gocryptfs
> 用Go编写的加密覆盖文件系统。
> 更多信息:<https://github.com/rfjakob/gocryptfs>。
- 初始化加密文件系统:
`gocryptfs -init {{path/to/cipher_dir}}`
- 挂载加密文件系统:
`gocryptfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
- 使用显式主密钥而不是密码挂载:
`gocryptfs --masterkey {{path/to/cipher_dir}} {{path/to/mount_point}}`
- 更改密码:
`gocryptfs --passwd {{path/to/cipher_dir}}`
- 对一个普通目录创建加密快照:
`gocryptfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`