Re: Export Public Key

2008-11-01 Thread Frank Lanitz
On Sat, 1 Nov 2008 02:31:27 +0100 Jochen Schulz <[EMAIL PROTECTED]> wrote: > Frank Lanitz: > > "Zaki Akhmad" <[EMAIL PROTECTED]> wrote: > >> > >> Could you hint me some information, which server have exchanging > >> public key service? I'd like to do some experiment exchanging > >> public key then

Re: Export Public Key

2008-10-31 Thread Jochen Schulz
Frank Lanitz: > "Zaki Akhmad" <[EMAIL PROTECTED]> wrote: >> >> Could you hint me some information, which server have exchanging >> public key service? I'd like to do some experiment exchanging public >> key then use it to encrypt and decrypt email :-) > > First at all, I think it is not a good ide

Re: Export Public Key

2008-10-31 Thread Frank Lanitz
Hi, On Fri, 31 Oct 2008 00:17:50 +0700 "Zaki Akhmad" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 29, 2008 at 5:07 PM, Frank Lanitz <[EMAIL PROTECTED]> > wrote: > > > > You can use gpg --send $keyID to send your public key to a > > keyserver or use gpg --export-key to export the key to e.g. a file.

Re: Export Public Key

2008-10-30 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Oct 29, 2008 at 5:07 PM, Frank Lanitz <[EMAIL PROTECTED]> wrote: > > You can use gpg --send $keyID to send your public key to a keyserver or > use gpg --export-key to export the key to e.g. a file. Consulting man > page of GnuPG (man gpg) will

Re: Export Public Key

2008-10-29 Thread Frank Lanitz
Hi, On Wed, 29 Oct 2008 15:58:41 +0700 "Zaki Akhmad" <[EMAIL PROTECTED]> wrote: > I have generate public and private key. I am using gpg --gen-key > command. How do I export my public key so that available to the > public? You can use gpg --send $keyID to send your public key to a keyserver or