作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用二维码生成器对 4092 位 secret /私有(private) PGP key 进行纸质备份,但 key 太大了。我将在这里使用低技术并将其分成两部分,但也许我不需要这样做。我知道在导出 key 时,它也会导出嵌入其中的公钥。
有没有办法从该文件中或在导出之前删除 key 的公共(public)部分,以便生成的文件仅是私钥?
我不确定生成的文件是否足够小,但值得一试。
D:\Users\tharding>gpg --edit-key "04EAC14C"
gpg (GnuPG) 2.0.26; Copyright (C) 2013 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Secret key is available.
pub 4096R/04EAC14C created: 2015-02-11 expires: never usage: SCE
trust: unknown validity: unknown
[ unknown] (1). Timothy Harding <hardingt@gmail.com>
gpg> key 1
No subkey with index 1
gpg> delkey
You must select at least one key.
gpg> delkey 0
You must select at least one key.
更新:据我所知,(查看公钥和私钥的 ASCII Armored 输出)看起来它们的结构是这样的:
更新 2:
再次查看文件,这就是我得到的,我还没有拿出十六进制编辑器来验证非装甲文件,但我在网上发现关于这些关键文件的帮助很少内部结构:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version:
4 header chars ??
1517 pub key chars
4 footer chars ??
-----END PGP PUBLIC KEY BLOCK-----
和
-----BEGIN PGP PRIVATE KEY BLOCK-----
Version:
4 different header chars from pub key ??
700 pub key chars
1772 private key chars (possibly some header/footer to do with the symmetric cipher)
817 pub key chars (same total 1517, exact same ASCII sequence if put together)
4 different footer chars from pub key ??
-----END PGP PRIVATE KEY BLOCK-----
更新 3:查看二进制 pub/private key ,发现:
最佳答案
有一个程序叫做 Paperkey[ 1 ],作者:David Shaw[ 2 ], 仅从导出的 OpenPGP 私钥中提取私钥信息。
包说明摘录:
extract just the secret information out of OpenPGP secret keys
Paperkey 页面已经为 Windows 32 位构建了一个版本,并提供了在 Linux、Unix、*BSD 和 OSX 上编译的源代码。
Paperkey 也可以通过某些 Linux/BSD 发行版的包管理器获得。
示例包管理器安装 -
apt(debian)-
apt-get install paperkey
百胜(红帽)
yum install paperkey
打包 (bsd)
pkg install paperkey
端口 (bsd)
cd /usr/ports/security/paperkey
make install clean
关于qr-code - 使用 GPG 从私钥中删除公钥以存储私钥,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28467199/
我是一名优秀的程序员,十分优秀!