RE: Gnupg Decryption Question

2015-07-24 Thread Steve Butler
-Original Message- From: Werner Koch [mailto:w...@gnupg.org] Sent: Friday, July 24, 2015 4:24 AM On Thu, 23 Jul 2015 19:11, sbut...@fchn.com said: > This is a snippet of the script I use to decrypt any file coming to me that > has my private key (or my companies private key) > > $DFLT

Re: Gnupg Decryption Question

2015-07-24 Thread Werner Koch
On Thu, 23 Jul 2015 19:11, sbut...@fchn.com said: > This is a snippet of the script I use to decrypt any file coming to me that > has my private key (or my companies private key) > > $DFLT gpg_pass2 \ > | gpg --homedir $homedir --quiet --passphrase-fd 0 --no-tty --skip-verify \ > --no-

Re: Gnupg Decryption Question

2015-07-24 Thread Nomen Nescio
David Carter wrote: > We currently use Gnupg 1.4.10 > > This is a sample of how we would call > gpg to encrypt a text file prior to transmission: > > gpg -c -o DataFile.gpg --batch --compress-algo 1 --cipher-algocast5 > --passphrase KeyValue DataFile.txt > > The files that we receive share

RE: Gnupg Decryption Question

2015-07-23 Thread Steve Butler
upg-users-bounces+sbutler=fchn@gnupg.org] On Behalf Of David Carter Sent: Thursday, July 23, 2015 7:47 AM To: gnupg-users@gnupg.org Subject: Gnupg Decryption Question Hello, We currently use Gnupg 1.4.10 as part of our interactions with an online mailbox system. We are able to successfully

Gnupg Decryption Question

2015-07-23 Thread David Carter
Hello, We currently use Gnupg 1.4.10 as part of our interactions with an online mailbox system. We are able to successfully encrypt our data files but we haven't been able to find the combination of options that will let us decrypt files that we receive - so we've used a different product for t

Gnupg Decryption Question

2015-07-23 Thread David Carter
Hello, We currently use Gnupg 1.4.10 as part of our interactions with an online mailbox system. We are able to successfully encrypt our data files but we haven't been able to find the combination of options that will let us decrypt files that we receive - so we've used a different product for t