更改

跳到导航 跳到搜索
添加269字节 、 2021年4月14日 (三) 06:26
创建页面,内容为“== 例子 == === 生成密钥 === gpg --full-gen-key === 加密 === gpg -r recipient -R hidden-recipient -e file === 解密 === gpg -d file.gpg === 生成…”
== 例子 ==

=== 生成密钥 ===

gpg --full-gen-key

=== 加密 ===

gpg -r recipient -R hidden-recipient -e file

=== 解密 ===

gpg -d file.gpg

=== 生成 revocation certificate ===

gpg --output revoke.asc --gen-revoke foo@bar.baz

[[Category:Command Line]]

导航菜单