-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On Mon, 26 Apr 2010 21:10:12 -0400, Michael Feinberg wrote: > I have been using PGP on Windows for some time, and am now trying to > move to Fedora. That implies a move to GPG, which is fine, but I want > to have access to my PGP files without converting every single one. I > imported my secret keys, could not get a confirmation for importing > public keys. > > So do I just use PGP for Fedora, if it exists? Am I missing the easy > way to access PGP files using GPG?
Well first, you can use GnuPG without converting your existing PGP-encrypted files. PGP and GnuPG both implement the same protocol (i.e. set of rules) called OpenPGP, and because of that, they both use the same file formats. Secondly, are you sure that your public keys haven't been imported? When you import your private keys, the public keys are imported with them. The reason is that a copy of the public key is kept with the secret key. You should be able to list your public and secret keys with the following commands: *List public keys gpg --list-keys <your key ID> *List secret keys gpg --list-secret-keys The first command will list keys which have user IDs matching <your key ID>, and the second will list all of your secret keys. If you would like a GUI program for using GnuPG, there are Seahorse, Gnu Privacy Assistant (GPA), and KGpg (for KDE). If you are using Fedora with the GNOME desktop environment (which is the default), then Seahorse is probably installed. If any of this is unclear to you or you found your solution, please let us know. - -Paul - -- New Windows 7: Double the DRM, Double the fun! Learn more: <http://windows7sins.org> +---------------------------------------------------------------------+ | PGP Key ID: 0x3DB6D884 | | PGP Fingerprint: EBA7 88B3 6D98 2D4A E045 A9F7 C7C6 6ADF 3DB6 D884 | +---------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- iQGcBAEBCAAGBQJL10RlAAoJEJhBiuhgbQLIc/IL/1DFgSA7e+qLYL2N8ViMInDb 8r0C003zI6q6mVRzicDKDZUU6W/IPbGOm/5oAYxNRitKwCcc8NFGp+6tLpkGaCPw ypnxPohqpY76QOLy6QJAVsft8jgDc9A4y+rNFD8ad1k+KjBO17H8XCfUb1CPypF9 YbzU1f+oqCVZLfZGLa50qMx9SudRa3vG3y0+T5uUVrsMTR+n19nWoJZFNIrnrWhb MZSVUl5UwG4uwChbPqdxMvqnfNRaMKyaOC/0YcYAEDhEeXLEAiK9b4qS1FyS2tJm BSm9qhqztXonEkI1N22R88abUNJ4MhtMKDZnp6yoBQR3OUY59vj12MBNVr7EhU5O bHSwGqJuZPzafWhbQIryPfkEhFNLyDlItA4ML03KuuKOQDAsJr+KeTrHs4NXNoVr noIPHy0S9G7oMpq9RDuwuEof0xxA1r9a5meYKHfsh3rIi1yPhW+5ho7FyMUNEZej DgV+4O+PJq54X3QndHUddYJs+Xm0ln7rYgfo84wYyw== =22wf -----END PGP SIGNATURE----- _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
