Now using GnuPG instead of OpenPGP.
I'm decrypting a file, while doing so its prompting for a passphrase.
Instead of entering the passphrase in the next line i tried including the command itself like below.
I used this command:
gpg --passphrase -fd 0 c:\password.cat -o c:\output.txt -d c:\data.pgp
look like it never complete reading the password file with message
"reading passphrase from file descriptor 0" and stay there all the time.
What i did wrong? Please help.
Thanks!
|