Decrypting an entire file

Steve Butler sbutler@fchn.com
Wed Apr 3 23:02:01 2002


This is a multi-part message in MIME format.

------=_NextPart_000_035B_01C1DB0F.CADC9290
x-gfisavedcharset: iso-8859-1
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

I don't remember all the details.  Seems like you had individual encrypted
sessions appended to the main file.
 
I suspect that since you want each decrypted session to also append to the
output that you will need to send the decrypted output to STDLIST and
redirect that to a file using the append redirect (>>).  I presume this is
on a *NIX box.
 
-----Original Message-----
From: A2ZUniforms.com [mailto:sales@a2zuniforms.com]
Sent: Wednesday, April 03, 2002 12:40 PM
To: gnupg-users@gnupg.org
Subject: Decrypting an entire file


I put this out the other day and I'm still trying to solve my problem.  I
have a comma delimited file that is encrypted on our server.  I am trying to
decrypt the file from the command prompt and keep the entire contents of the
file in one file using the same file name.  If I specify a file name with
the +force -o variable, it only ends up with last record appended to the
encrypted file.  If we just decrypt with no variables, it will create a
separate file with no extension for each record that was added to the
encrypted file.  I am needing the correct syntax (command line) to decrypt
the file keeping the whole file intact, using the same name as the original
file.  Any help with this will be greatly appreciated.
 
Tim Durham


CONFIDENTIALITY NOTICE:  This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.


------=_NextPart_000_035B_01C1DB0F.CADC9290
x-gfisavedcharset: iso-8859-1
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=610045920-03042002><FONT face=Arial color=#0000ff size=2>I 
don't remember all the details.&nbsp; Seems like you had individual encrypted 
sessions appended to the main file.</FONT></SPAN></DIV>
<DIV><SPAN class=610045920-03042002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=610045920-03042002><FONT face=Arial color=#0000ff size=2>I 
suspect that since you want each decrypted session to also append to the output 
that you will need to send the decrypted output to STDLIST and redirect that to 
a file using the append redirect (&gt;&gt;).&nbsp; I presume this is on a *NIX 
box.</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
size=2>-----Original Message-----<BR><B>From:</B> A2ZUniforms.com 
[mailto:sales@a2zuniforms.com]<BR><B>Sent:</B> Wednesday, April 03, 2002 12:40 
PM<BR><B>To:</B> gnupg-users@gnupg.org<BR><B>Subject:</B> Decrypting an entire 
file<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I put this out the other day and I'm still trying 
to solve my problem.&nbsp; I have a comma delimited file that is encrypted on 
our server.&nbsp; I am trying to decrypt the file from the command prompt and 
keep the entire contents of the file in one file using the same file name.&nbsp; 
If I specify a file name with the +force -o variable, it only ends up with last 
record appended to the encrypted file.&nbsp; If we just decrypt with no 
variables, it will create a separate file with no extension for each record that 
was added to the encrypted file.&nbsp; I am needing the correct syntax (command 
line) to decrypt the file keeping the whole file intact, using the same name as 
the original file.&nbsp; Any help with this will be greatly 
appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tim Durham</FONT></DIV></BODY></HTML>
<HTML><BODY><P><FONT color=#000000 face="Arial" size=2>CONFIDENTIALITY NOTICE:  This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.<BR></FONT></BODY></HTML>
------=_NextPart_000_035B_01C1DB0F.CADC9290--