分类: LINUX
2008-05-02 18:25:34
"GunPG是一个完全免费的公钥加密技术软件包。在企业网络应用中,使用GunPG对在公共网络或者局域网内传输的信息进行数字签名或加密保护,有利于提高企业网络的安全并降低安全验证成本。"
下载可以从上下载。 如果对这方面内容感兴趣,您可以阅读,参加相关调查。
作者:Mike Gaul
来自:
gpg: BB2CFA5A: There is no indication that this key really belongs to the owner 1024g/BB2CFA5A 2003-12-09 "……(这部分忽略)" Primary key fingerprint: ……(这部分忽略) Subkey fingerprint: ……(这部分忽略) It is NOT certain that the key belongs to the person named in the user ID. If you *really* know what you are doing, you may answer the next question with yes Use this key anyway? 当然如果输入“y”也可以。但是每次都会提示。
gpg --encrypt --recipient name --armor secret_file
gpg --recipient user_name --sign --encrypt --armor msg_file
gpg --export --armor
gpg --export
gpg --export --armor
gpg --import key.asc
gpg --list-keys
gpg --list-sigs
gpg --list-secret-keys
gpg --fingerprint [user]
gpg --edit-key user_name
gpg --encrypt --armor --recipient user msg_file
gpg --decrypt msg_file
gpg --sign --armor msg_file
gpg --clearsign msg_file
gpg --verify signed_msg_file
gpg --recipient user_name --sign --encrypt --armor msg_file
原文链接: