Thread
:
Decrypting pgp files with vbscript
View Single Post
#
5
(
permalink
)
June 4th, 2008, 04:09 AM
Mort1
Registered User
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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
Mort1
View Public Profile
Find all posts by Mort1