Re: Remove public key from secret key

2008-06-23 Thread Nik N
Isn't this the case where symmetric encryption would be a perfectly adequate solution? NikNot ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Remove public key from secret key

2008-06-16 Thread Ivan Peev
Thank you for the verbose answer Peter. What I actually ended up doing is simply signing the required data with a private key and verifying the signed data with the public key on the exposed machine. I realized I don't need encryption, but a way to guarantee the data is generated by me. Thank you

Re: Remove public key from secret key

2008-06-15 Thread Peter Lebbing
Ivan Peev wrote: > Is there a way to export the secret key without the public key or remove > the public key from exported secret key? I'm trying the following scenario: > > 1. Encrypt data with particular public key on one machine. > 2. Decrypt data with related secret key on another machine. >

Re: Remove public key from secret key

2008-06-13 Thread David Shaw
On Mon, Jun 09, 2008 at 11:46:28PM -0400, Ivan Peev wrote: > Hello Guys, > > Is there a way to export the secret key without the public key or remove the > public key from exported secret key? I'm trying the following scenario: > > 1. Encrypt data with particular public key on one machine. > 2. D

Remove public key from secret key

2008-06-12 Thread Ivan Peev
Hello Guys, Is there a way to export the secret key without the public key or remove the public key from exported secret key? I'm trying the following scenario: 1. Encrypt data with particular public key on one machine. 2. Decrypt data with related secret key on another machine. Basically I don'