The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-01-2009
anushree.a anushree.a is offline
Registered User
  
 

Join Date: May 2008
Posts: 87
GPG Encription problem

Dear Friends,
I have been using symmetric gpg encryption. I encrypt a file as follows

gpg --symmetric <file name>

then It asks to enter password two times

Now the problme is, I have some 700 odd files to be encrypted by using symmetric gpg encription
Can u plz tell me how to do that by using "for" loop.

Thank you in advance
Anushree.a