PGPIMPORT Import a PGP key |
Top Previous Next |
This script command imports a PGP key file exported from a FileLink keyring or from another PGP or GPG encryption package. This command requires that a keyring previously exist.
The following example imports a key present in FileLink’s working folder.
PGPIMPORT "export_key.gpg"
The following example imports a key into a keyring present in the specified folder.
PGPIMPORT "export_key.gpg" "c:\gnupg"
Related Command(s): PGPDECRYPT, PGPENCRYPT
|