How to use PGP File Encryption

Hi All,

I am new to the concept of encryption and shell and i have been assigned to do pgp encryption of a file before ftping it.

I am developing the script using MKS Toolkit on Windows XP and the script will run later on actual unix box.

I am going through documents provided by pgp website.

Any help in this regard will step me up in developing the program, also an example will help a lot.

Thanks in advance
Sandeep

Here is a session for encrypting a file :

If you want to decrypt it : "gpg scsrun.log.gpg" -it will ask for the passphrase.

Thanks for reply

I will update once i will through with your solution.

Thanks again