-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Neil Yan escribió: ... > Here I have one more question. > > If I want to use one key on multiple machine, or i want to save the > private key in some removable device. Is that possible? I cannot find > any command used to backup private key.
C:\GnuPG>gpg --output public.asc --armor --export ABCD1234 C:\GnuPG>gpg --output secret.asc --armor --export-secret-keys ABCD1234 If you export the key, you will need to import it in the other machine C:\GnuPG>gpg --import secret.asc Best Regards -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBCAAGBQJJbPePAAoJEMV4f6PvczxAhlIIAKIP4T1Kz3UXCfFppn2abPik m0eSz/BA8hPyq5jNRZFJTVxzM2qgJu5NUl+9gQvbdJeifarx3yJI4Uj/TZycwKMl I8xJxdtLwxSF7vvK8ZNXIZhWV9qBwOLgPqI50kpcmFolXzHj18Y0WWKyfpUXDS03 wro3Ge2hqLoY8vRraAuiwecHZpx8ao2XFcNnF8E+Lz2HLVqR6Sh0fH3r2ETaeBR5 V790nQvb4A9Lsa7ebv9pTDdBSWcpzYPX1Q7b/dQT10TXE2zMlFo/Gld7nYN1mokt Nf40RVj+nlUEuE+Y9Dl42jWT8TtQahzY5HspuUksuQJVeeqCygi45dY3pYo4vR8= =dhhx -----END PGP SIGNATURE----- _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
