Incompatibility between GnuPG encryption and the Bouncy Castle encryption.

2008-06-04 Thread Bhushan Jain
Hi, I have created RSA key as well as its subkey for encryption using GnuPG. Now I encrypted a file using JAVA library functions given by Bouncy Castle (a pgp library in JAVA which claims to adhere to rfc 2440). I also encrypted the same file using the GnuPG commands from command line. The followi

Wildcards in uids?

2008-06-04 Thread Phil Reynolds
I have recently started using suffixed e-mail addresses and am wondering if I might need to add suffixes I am using to my key - or if I can add something that would catch them all. If I need to add them individually, it may be better to add the ones I need to as I need them, but if a catc

Re: Wildcards in uids?

2008-06-04 Thread David Shaw
On Wed, Jun 04, 2008 at 04:13:00PM +0100, Phil Reynolds wrote: > > I have recently started using suffixed e-mail addresses and am wondering > if I might need to add suffixes I am using to my key - or if I can add > something that would catch them all. > > If I need to add them individually, it ma

Re: Am I Missing Something?

2008-06-04 Thread Carlos Williams
On Thu, May 29, 2008 at 2:51 PM, John W. Moore III <[EMAIL PROTECTED]> wrote: > > Make certain that on the 'OpenPGP' > 'Preferences' > 1st Tab that the > Path to gpg.exe is correct. I am not using Windows so I can't say for sure about *.exe. I am using Linux and Mozilla Thunderbird. I uninstalled

Re: Am I Missing Something?

2008-06-04 Thread Arnaud Ongenae
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jun 4, 2008 at 6:02 PM, Carlos Williams wrote: > On Thu, May 29, 2008 at 2:51 PM, John W. Moore III > wrote: >> >> Make certain that on the 'OpenPGP' > 'Preferences' > 1st Tab that the >> Path to gpg.exe is correct. > > I am not using Windo

Re: Am I Missing Something?

2008-06-04 Thread Arnaud Ongenae
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You may give a try to FireGPG (an extension to Firefox) that allow to use gpg in the Gmail interface... it's really easy http://getfiregpg.org/index.php?page=home&lang=en It will show if the mail are signed even if it's not your mail is not configure

Re: Wildcards in uids?

2008-06-04 Thread Phil Reynolds
On Wed, Jun 04, 2008 at 01:08:40PM -0400, David Shaw wrote: > On Wed, Jun 04, 2008 at 04:13:00PM +0100, Phil Reynolds wrote: > > > > I have recently started using suffixed e-mail addresses and am wondering > > if I might need to add suffixes I am using to my key - or if I can add > > something th

Re: Wildcards in uids?

2008-06-04 Thread David Shaw
On Wed, Jun 04, 2008 at 07:23:00PM +0100, Phil Reynolds wrote: > On Wed, Jun 04, 2008 at 01:08:40PM -0400, David Shaw wrote: > > On Wed, Jun 04, 2008 at 04:13:00PM +0100, Phil Reynolds wrote: > > > > > > I have recently started using suffixed e-mail addresses and am wondering > > > if I might need

Re: Incompatibility between GnuPG encryption and the Bouncy Castle encryption.

2008-06-04 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bhushan Jain escribió: > Hi, > > I have created RSA key as well as its subkey for encryption using GnuPG. > Now I encrypted a file using JAVA library functions given by Bouncy > Castle (a pgp library in JAVA which claims to adhere to rfc 2440). I > al

Re: Am I Missing Something?

2008-06-04 Thread Carlos Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arnaud Ongenae wrote: > You may give a try to FireGPG (an extension to Firefox) that allow to > use gpg in the Gmail interface... it's really easy > > http://getfiregpg.org/index.php?page=home&lang=en > > It will show if the mail are signed even if i

Re: Wildcards in uids?

2008-06-04 Thread Phil Reynolds
On Wed, Jun 04, 2008 at 03:18:00PM -0400, David Shaw wrote: > I think I did understand the query. You have email addresses like > "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", and so on. > The question was is a "catch all suffixes" UID possible. The answer > to that question is no. > > That said, I'

Re: Wildcards in uids?

2008-06-04 Thread reynt0
On Wed, 4 Jun 2008, Phil Reynolds wrote: On Wed, Jun 04, 2008 at 03:18:00PM -0400, David Shaw wrote: I think I did understand the query. You have email addresses like "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", and so on. The question was is a "catch all suffixes" UID possible. The answer to th

Re: Am I Missing Something?

2008-06-04 Thread John Clizbe
Carlos Williams wrote: > I think it may be working now. I tried everything over from scratch on > my gmail account and it looks like it found me key. Is there a way to > test this with you guys on the list? It /looks/ like Enigmail is working. Looks is the best anyone can tell at the moment. Had

Re: Automating Decryption using gpg --batch --passphrase-file or gpg --batch --passphrase-fd 0

2008-06-04 Thread guk guk
Hi Hardeep! Thanks for your reply. I did try your suggestion and It didn't work. It still throwing the same error . Can you tell more about the key setup? What kind of procedure i need to follow so i can run gpg in SQL Job? Thanks - Original Message From: Hardeep Singh <[EMAIL PROTEC

Re: Am I Missing Something?

2008-06-04 Thread Bill Royds
On 4-Jun-08, at 18:12 , Carlos Williams wrote: I think it may be working now. I tried everything over from scratch on my gmail account and it looks like it found me key. Is there a way to test this with you guys on the list? Your message was signed but your key does not seem to e in any publi

Re: Am I Missing Something?

2008-06-04 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Royds escribió: > > On 4-Jun-08, at 18:12 , Carlos Williams wrote: > >> I think it may be working now. I tried everything over from scratch on >> my gmail account and it looks like it found me key. Is there a way to >> test this with you guys on

Re: Automating Decryption using gpg --batch --passphrase-file or gpg --batch --passphrase-fd 0

2008-06-04 Thread John Clizbe
guk guk wrote: > I tried to automate decryption of pgp files by running this command line in > windows xp > gpg --batch --passphrase-fd 0 < passphrase.txt --output "OUTPUT.CSV" > --decrypt "OUTPUT.CSV.pgp" > or > gpg --batch --passphrase-file passphrase.txt --output "OUTPUT.CSV" > --decrypt "OUTPU

Re: Am I Missing Something?

2008-06-04 Thread Charly Avital
Carlos Williams wrote the following on 6/4/08 6:12 PM: [...] > I think it may be working now. I tried everything over from scratch on > my gmail account and it looks like it found me key. Is there a way to > test this with you guys on the list? Carlos, As you have already been answered by John,