Hey I need to run some pgp commands, -what's the name of the package supported by Centos that will allow me to work with pgp? I need to run pgp --fingerprint key.name or it's equivalent. Pro question. Google searches didn't show much, tried to search for pgp, gnupg, openpgp, pgp on centos, openpgp on centos, centos/pgp. No worthy results came back. Any advice? -karlski
Karl R. Balsmeier schrieb am 12.06.2007 20:28:> Hey I need to run some pgp commands, -what's the name of the package > supported by Centos that will allow me to work with pgp? > > I need to run pgp --fingerprint key.name > > or it's equivalent. > > Pro question. Google searches didn't show much, tried to search for > pgp, gnupg, openpgp, pgp on centos, openpgp on centos, centos/pgp. No > worthy results came back. > > Any advice? >I think you searching for gpg. Greets Ren? -- GEEKCODE: GIT$ d- s+: a- C+++ UL++++$ P+ L++ E--- W+++ N+ !o K- w+ O- M-- V- PS+ PE Y+ PGP++ t++ 5++ X+ R tv+ b DI D++ G e+ h--- r++ y+++ PGP-Key and more available at http://www.standfest.net My Blog is at http://www.gaudidiecher.de
On Tue, Jun 12, 2007 at 11:28:37AM -0700, Karl R. Balsmeier wrote:> Hey I need to run some pgp commands, -what's the name of the package > supported by Centos that will allow me to work with pgp? > > I need to run pgp --fingerprint key.namegnupg, and the command is gpg. It should be already installed, otherwise, yum install gnupg. -- lfr 0/0 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070612/14020bd4/attachment-0001.sig>
Thanks for that, I was now able to man gpg and: paste the contents of a public key my co-worker had stored in a web screen with vi, called public.key and do: gpg --import public.key [to get it onto the keyring of the centos server I was using] gpg --fingerprint [listed all the fingerprint for all the keys created on the machine] thanks! -karlski Luciano Rocha wrote:> On Tue, Jun 12, 2007 at 11:28:37AM -0700, Karl R. Balsmeier wrote: > >> Hey I need to run some pgp commands, -what's the name of the package >> supported by Centos that will allow me to work with pgp? >> >> I need to run pgp --fingerprint key.name >> > > gnupg, and the command is gpg. It should be already installed, > otherwise, yum install gnupg. > > > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
>Message: 19 >Date: Tue, 12 Jun 2007 11:28:37 -0700 >From: "Karl R. Balsmeier" <karl at klxsystems.net> >Subject: [CentOS] PGP On CentosTo: centos at centos.org Message-ID: <466EE5D5.5080402 at klxsystems.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed>Hey I need to run some pgp commands, -what's the name of the package >supported by Centos that will allow me to work with pgp?There is a front end for GnuPG in KDE. It's called KGpg. Makes it a lot easier to do many tasks.