Re: Remote signing?

2006-02-21 Thread Thomas Kühne
The attachment contains the preliminary final BETA version for remote signatures. Patch and recompile gpg-1.4-* to get 2 new commands: 1) gpg --print-seed SHA1 ./dir/to_be_signed_file Creates a signature seed. Can be combined with "--text". 2) gpg --sign-seed THE_SEED Use the signature seed to c

Re: Remote signing?

2006-02-20 Thread Thomas Kühne
Matthias Urlichs wrote: > Hello, > > I need to sign files remotely. They're moderately large, so > transmitting them back to my firewalled-off laptop (I'm usually > behind a slow line), where the secret key lives, isn't a good idea. > > Ideas? see attachment for an ALPHA version (working but unsaf

Re: Remote signing?

2006-02-20 Thread Thomas Kühne
Matthias Urlichs wrote: > Hello, > > I need to sign files remotely. They're moderately large, so > transmitting them back to my firewalled-off laptop (I'm usually > behind a slow line), where the secret key lives, isn't a good idea. > > Ideas? I'currenty working on a patch for gnupg that enables r