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
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
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.
>
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
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'