Need help on compiling gnupg 1.4.11 for powerPC (NetBSD 5)

2011-03-05 Thread ravi shankar
HI,



Regards,
Ravi



  ___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


need help on non-interactive gnuPG binary

2011-03-01 Thread ravi shankar
Hi,

   I am planning to use gnuPG (v1.4.10) binary in netbsd 5 for encryption. The 
key generation is supported as interactive session, but I want to use non 
interactive session. I could not find any binary with non interactive session. 
Does anyone know where to get such a binary??

Regards,
Ravi



  ___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Decrypting 2 files which were merged into 1

2008-04-03 Thread ravi shankar
Hi All,

We have been using gnupg to decrypt files pulled from a customer FTP
server. On the customer side, the software used is some financial
gateway software which sets flags for each of the files.
Based on those flags we are given permission to pull those and
decrypt. Sometimes there are 2 encrypted files placed on the customer
side with the same name, not sure how thats possible on that financial
gateway.So we have 2 encrypted files at their end with same name, say
suppose one of 2 MB and the other 3 MB, when we fetch those at one go
using FTP we are getting a combined encrypted file of 5 MB.

This 5 MB file is then decrypted using our gnupg key to get the data
out of it. Now when we decrypt, we are only seeing one set of data and
other 3 MB data of the second file is lost.
We are using the following command to decrypt
echo password | gpg --verbose --no-tty --no-secmem-warning
--passphrase-fd 0 $fpgp

And we get the following trace

 gpg: armor header: Version: GnuPG v1.2.1 (AIX) stderr
 gpg: Signature made Wed Apr 2 16:32:08 2008 EDT using DSA key ID F83564E3 
 stderr
 gpg: Can't check signature: public key not found stderr
 gpg: onepass_sig with unknown version 73 stderr
 gpg: WARNING: encrypted message has been manipulated!
stderr gpg: [don't know]: invalid packet (ctb=42)

Though we get data of 1 file out of it correctly.

Is there a way to decrypt the merged file correctly and extract entire
data of both encrypted files within it correctly using gnupg?

Thanks,
Ravi

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Decrypting 2 files which were merged into 1

2008-04-03 Thread ravi shankar
Hi
Sorry for asking this again.
We have an automated job which pulls the file from the client machine.
Once the file has been fetched, we get the merged file(if there are 2
files present with same name on the client machine) directly. How can
we separate the 2 encrypted files from the merged file? Is there a way
to specifically extract 1 encrypted file out of that merged file and
the other separately again? I mean some params,commands etc?

Thanks in advance
Ravi

On Thu, Apr 3, 2008 at 8:34 PM, Sven Radde [EMAIL PROTECTED] wrote:
 Hi!

  Well apart from the fact that this whole thing sounds rather strange, I
 would assume that you should include a step to separate those two files
 again before decrypting both separately (and saving to two different names
 ;-).
  The message from GnuPG suggests to me that the files are ASCII armored so
 that should be rather simple to accomplish.

  HTH, Sven


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users