Nick Walter <smtp.nw@gmail.com> writes:
How do I decrypt this key? I receive the following error when attempting to decrypt the project key with the master key:
# gpg --homedir . --decrypt /obs/projects/my_project/_signkey gpg: no valid OpenPGP data found. gpg: decrypt_message failed: Unknown system error
Try this: $ perl -e '$_ = <>; $l = length($_)/2; print pack("H2" x $l, unpack("A2" x $l))' < /obs/projects/my_project/_signkey | gpg --homedir . --decrypt > signkey Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org