View Single Post
  #5 (permalink)  
Old June 4th, 2008, 04:09 AM
Mort1 Mort1 is offline
Registered User
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In order to pass the passphrase to GPG you have to put it in a file and use that file as a input like the following example:

gpg --batch -r 51E5908B --passphrase-fd 0 -e File2Encrypt.txt < passphrase-in-here.txt


Reply With Quote