Issue in Importing a PGP signature key

2006-05-26 Thread amit bhalerao
Hi , Our upstream system is using a PGP to encrypt the file . We have a GPG installed on our system . However when i try to import the PGP signature key into our system , I am getting following error message. * tosk[etrut]:/ngs/app/etrut $ gpg --import HTST126A.pass.asc gpg: WARNING: us

Issue in decrypting file

2005-12-27 Thread amit bhalerao
Hi , We are decrypting a file using GPG mechanism. We have send the GPG keys to vendor . However when i decrypt the file i get the following Log message :- COMMAND:- --- echo AA | /ngs/lpp/gpg/bin/gpg --no-tty --passphrase-fd 0 -- output decyryted_file.TXT --decrypt en

Moving the GPG keys from 1 machine to another

2005-12-20 Thread amit bhalerao
Hi , We have just completed the migration of the application from 1 AIX box to another and have changed the encryption from PGP to GPG. Since there are many external vendors involved the process is bit tedious following up with vendor to change keys. JUst wanted to confirm in case if

Encrypting a file in a non -interactive mode

2005-12-14 Thread amit bhalerao
HI , COuld anyone please tell me how to encrypt a file in a non- interactive mode or batch mode ? -Amit ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Migrating from PGP TO GPG

2005-10-07 Thread amit bhalerao
5, at 2:03 AM, Lionel Elie Mamane wrote: On Tue, Sep 13, 2005 at 02:01:14PM -0700, amit bhalerao wrote: 1. We are generating a public private key on HOST system using GPG . 2. This keys are exported to external vendor system. Vendor will be encrypting the file using PGP (not sure about compati

Re: Migrating from PGP TO GPG

2005-10-07 Thread amit bhalerao
-0700, amit bhalerao wrote: I want to decrypt a gpg encrypted document using a GPG. Is there any way i can decrypt it in a non -interactive mode so that it doesn't ask for passphrase.I want to execute the command in shell script. Any pointer to this would be of great help. Use the GnuPG

Migrating from PGP TO GPG

2005-09-16 Thread amit bhalerao
Hi , We are migrating from PGP to GPG mechanism . We download encrypted report from external vendors and decrypt them. However external vendors are still using PGP mechanism to encrypt the file . To explain further :- 1. We are generating a public private key on HOST system using GPG