RE: Export private key

2021-01-06 Thread Dino Edwards via Gnupg-users
-Original Message- From: Gnupg-users On Behalf Of Ingo Klöcker Sent: Wednesday, January 6, 2021 11:16 AM To: gnupg-users@gnupg.org Subject: Re: Export private key On Mittwoch, 6. Januar 2021 15:14:32 CET Dino Edwards via Gnupg-users wrote: > What is the correct way to pass the

Re: Export private key

2021-01-06 Thread Werner Koch via Gnupg-users
On Wed, 6 Jan 2021 14:14, Dino Edwards said: > Something changed in the code and it now prompts me for the key > password before it proceeds. I see the value in this, however this is Yes, since version 2.1. The reasons is that the internal store for the private key uses a more modern way of pro

Re: Export private key

2021-01-06 Thread Ingo Klöcker
On Mittwoch, 6. Januar 2021 15:14:32 CET Dino Edwards via Gnupg-users wrote: > What is the correct way to pass the key password in the command line in > order to export the private key without getting the password prompt? I think we need to take a step back and look at why you want to export the

RE: Export private key

2021-01-06 Thread Dino Edwards via Gnupg-users
> You could try: >gpg --passphrase-fd 3 ...more-options... 3 where somefile is a file containing the passphrase, or a fifo with a > coprocess writing the passphrase to it... That did not seem to work. But after searching for gpg --passphrase-fd, I found the following command that works: /u

Re: Export private key

2021-01-06 Thread Andrew Gallagher
On 06/01/2021 14:14, Dino Edwards via Gnupg-users wrote: Hello all, In the past I used to be able to export a private key using the following command: /usr/bin/gpg --homedir /opt/.gnupg/ --export-secret-key -a "SOMEKEYID" > /opt /tmp/private.key Something changed in the code and it now pro

Export private key

2021-01-06 Thread Dino Edwards via Gnupg-users
Hello all, In the past I used to be able to export a private key using the following command: /usr/bin/gpg --homedir /opt/.gnupg/ --export-secret-key -a "SOMEKEYID" > /opt /tmp/private.key Something changed in the code and it now prompts me for the key password before it proceeds. I see the

Re: pgp export private key with password

2014-01-28 Thread Uwe Brauer
>> "David" == David Shaw writes: >> >> However it seems that the application expects for some reason another a >> password during the import process. > Interesting. I wonder why it does that - perhaps it stores the key > unencrypted internally? What happens if you provide your r

Re: pgp export private key with password

2014-01-27 Thread David Shaw
On Jan 27, 2014, at 3:26 PM, Uwe Brauer wrote: >>> "David" == David Shaw writes: > >> On Jan 27, 2014, at 3:02 PM, Uwe Brauer wrote: >>> Hello >>> >>> I just tried out iPGmail a app for the iPhone which supports >>> pgp. However I want to import my private key and here the trouble >>> starts.

Re: pgp export private key with password

2014-01-27 Thread Uwe Brauer
>> "David" == David Shaw writes: > On Jan 27, 2014, at 3:02 PM, Uwe Brauer wrote: >> Hello >> >> I just tried out iPGmail a app for the iPhone which supports >> pgp. However I want to import my private key and here the trouble >> starts. For some reason iPGmail only supports p

Re: pgp export private key with password

2014-01-27 Thread David Shaw
On Jan 27, 2014, at 3:02 PM, Uwe Brauer wrote: > Hello > > I just tried out iPGmail a app for the iPhone which supports > pgp. However I want to import my private key and here the trouble > starts. For some reason iPGmail only supports private keys in armor > format which are password protected.

pgp export private key with password

2014-01-27 Thread Uwe Brauer
Hello I just tried out iPGmail a app for the iPhone which supports pgp. However I want to import my private key and here the trouble starts. For some reason iPGmail only supports private keys in armor format which are password protected. But gpg --export-secret-keys --passphrase hallo --armor >

Re: Export Private Key

2006-05-02 Thread David Shaw
On Tue, May 02, 2006 at 01:18:08PM -0300, Frederico Madeira wrote: > How i export my primate key to another computer ?? gpg --export-secret-key (the key) > thefile.sec (copy the file over) gpg --import thefile.sec David ___ Gnupg-users mailing list Gnu

Export Private Key

2006-05-02 Thread Frederico Madeira
How i export my primate key to another computer ?? Fred ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users