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

13
pages.zh/common/rage.md Normal file
View File

@@ -0,0 +1,13 @@
# rage
> 一个简单、安全、现代的文件加密工具(以及 Rust 库),具有小的显式密钥,没有配置选项,并具备 UNIX 风格的组合性。
> `age` 的 Rust 实现。
> 更多信息请访问:<https://github.com/str4d/rage>。
-`user` 加密一个文件并将其保存为 `message.age`
`echo "{{您的秘密消息}}" | rage --encrypt --recipient {{user}} --output {{path/to/message.age}}`
- 使用 `identity_file` 解密一个文件并将其保存为 `message`
`rage --decrypt --identity {{path/to/identity_file}} --output {{message}}`