Robo-FTP’s Implementation of PGP

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Appendix > Security > PGP Encryption and Decryption > Using PGP in Robo-FTP >

Robo-FTP’s Implementation of PGP

 

First and foremost, Robo-FTP is a scriptable FTP client and not a comprehensive PGP encryption tool, but Robo-FTP does provide the basic functionality required to utilize PGP.

 

The following functionality is provided by the Robo-FTP Configurator:

 

The creation of private and public key(s).
The ability to export public keys to ASCII armored and non-ASCII armored files. ASCII armored key files are plain-text files; non-armored files are in a binary format. Exported public key files are signed by the matching  private key, if it is available.
The ability to export public and private key pairs to be shared with other applications that need to access your pgp encrypted files. The private key will still be encrypted with its passphrase.
The ability to import key(s)
The ability to delete key(s)

 

The following functionality is provided by script commands within Robo-FTP itself:

 

The ability to encrypt and optionally digitally sign files (the PGPENCRYPT command)
The ability to decrypt files for which you have a corresponding public key (the PGPDECRYPT command)
The ability to import keys (the PGPIMPORT command)

 

PGP has the added advantage of compression. Much like a zip file, files that are encoded using PGP are also compressed. Of course, file(s) are expanded and restored to their original state when they are decrypted by their intended recipient.

 

PGP is a complex encryption technology and this manual barely scratches the surface as an introduction. If you are new to PGP specifically and public key cryptography in general, we strongly recommend doing some independent study on the subject to make sure that you understand the advantages and dangers associated with the encryption and decryption of files.

 

For information about supported key sizes, types, ciphers, and other details, refer to the article on PGP Encryption.

 

Important

If you encounter difficulties not explicitly addressed in this help file, please search the Knowledge Base section of Robo-FTP.com for PGP troubleshooting hints and answers to specific configuration questions.

 

 

Related: PGP Step-By-Step Guide, Backing up Robo-FTP's PGP Keys

See also: Robo-FTP and PGP Cryptography, Configure PGP Menu