我正在尝试使用名为Pass的有趣密码管理工具。
我做了以下事情:
- 已安装的gpg工具
$ sudo dnf install gpg
- 使用生成了密钥
$ gpg --gen-key
- 类型化
$ pass init "foobar id of my gpg key"
的规定在这里 - 得到
mkdir: created directory ‘/home/chichivica/.password-store/’
Password store initialized for foobar@email.com
- 试图添加一个简单的密码
$ pass insert foo
Enter password for foo:
Retype password for foo:
- 还有问题
gpg: A45A123C: There is no assurance this key belongs to the named user
gpg: [stdin]: encryption failed: Unusable public key
谁能给我一些建议?也许我误会了什么?提前致谢。
@JensErat就这样
—
Ivan Talalaev
/home/chichivica/.gnupg/secring.gpg ----------------------------------- sec 2048R/96F0E0C0 2015-10-26 uid Ivan Talalaev (chichivica) <foo@bar.com> ssb 2048R/76A1D91D 2015-10-26
(6)中的ID A45A123C来自哪里?您的主密钥ID是另一个。
—
Jens Erat 2015年
@JensErat所以,这是一个问题。其实我不知道。我找不到此字符串的任何出现!
—
伊万·塔拉拉耶夫
@ArmanOrtega,您好:标为答案的解决方案对我有帮助!
—
伊万·塔拉拉耶夫
gpg -K
印刷?