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

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 unsafe