Linux command
paperkey 命令
安全
May affect permissions or system state. Check the target first.
命令示例
Extract secret from GPG key
paperkey --secret-key [secret.gpg] --output [paperkey.txt]
Restore from paper backup
paperkey --pubring [public.gpg] --secrets [paperkey.txt] --output [restored.gpg]
Output in base16
paperkey --secret-key [secret.gpg] --output-type base16
说明
paperkey extracts printable GPG key data. Creates paper backups. The tool enables offline key storage. Requires public key to restore.
参数
- --secret-key _FILE_
- Secret key file.
- --pubring _FILE_
- Public keyring for restore.
- --secrets _FILE_
- Paper backup file.
- --output _FILE_
- Output file.
- --output-type _TYPE_
- Output format (raw, base16).
FAQ
What is the paperkey command used for?
paperkey extracts printable GPG key data. Creates paper backups. The tool enables offline key storage. Requires public key to restore.
How do I run a basic paperkey example?
Run `paperkey --secret-key [secret.gpg] --output [paperkey.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --secret-key _FILE_ do in paperkey?
Secret key file.