David Shaw writes:
> On Jun 20, 2018, at 11:28 AM, Damien Cassou wrote:
>> $ gpg2 --export-secret-key "FooBar" | paperkey -
>
> What happens if you do this:
>
> $ gpg2 --export-secret-key "FooBar" > /tmp/foo.key
> $ paperkey < /tmp/foo.key
You are right, paperkey works fine. The problem come
Sorry, forgot a critical trick or maybe 2, should have just pasted the
script in the first place:
#!/bin/bash
#
# https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=README
set -e
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
pushd npth
./autogen.sh --force
./configure --enab
Are you also building the required support libraries?
I have recently build 2.2.8 successfully using this set of support libs:
git checkout npth-1.5
git checkout libgpg-error-1.31
git checkout libgcrypt-1.8.2
git checkout libksba-1.3.5
git checkout libassuan-2.5.1
git checkout gnupg-2.2.8
then r
On Jun 20, 2018, at 11:28 AM, Damien Cassou wrote:
>
> David Shaw writes:
>> Which version of paperkey is this?
>
> both the version from source and from Fedora package are 1.5.
>
>> If that doesn't resolve your problem, can you send me a sample secret
>> key (not your real secret key, of cour
On 6/19/2018 3:05 PM, Phillip Susi wrote:
> gpg keeps telling me that I have no secret key. Even after I deleted
> the .gnupg directory and copied the pubring and secring from another
> computer where it works, this system keeps saying I have no secret keys.
> Why does it keep throwing out my sec
On 6/20/2018 1:52 PM, Phillip Susi wrote:
> I cloned the git repo and checked out gnupg-2.2.4, ran ./autogen.sh,
> ./configure, then when I try to make, it is apparently missing some files:
>
> make[2]: Entering directory '/home/psusi/gnupg/common'
> make[2]: *** No rule to make target 'audit-even
I cloned the git repo and checked out gnupg-2.2.4, ran ./autogen.sh,
./configure, then when I try to make, it is apparently missing some files:
make[2]: Entering directory '/home/psusi/gnupg/common'
make[2]: *** No rule to make target 'audit-events.h', needed by 'all'.
Stop.
What gives?
signa
David Shaw writes:
> Which version of paperkey is this?
both the version from source and from Fedora package are 1.5.
> If that doesn't resolve your problem, can you send me a sample secret
> key (not your real secret key, of course - just generate a dummy one)
> that exhibits the problem? I'll
On Jun 20, 2018, at 5:14 AM, Damien Cassou wrote:
>
> Hi,
>
> The output of paperkey is just "interrupt" instead of being a printable
> output. I've tried to use paperkey on 2 different main private keys and
> failed twice. I tried with both the Fedora package and from paperkey's
> source. Same
Hi,
The output of paperkey is just "interrupt" instead of being a printable
output. I've tried to use paperkey on 2 different main private keys and
failed twice. I tried with both the Fedora package and from paperkey's
source. Same result in every case.
System:
- Fedora 28
- gpg (GnuPG) 2.2.8, li
10 matches
Mail list logo