Topic: Signing with GnuPG

I already had GnuPG installed so I set the GnuPG Path to point to my current installation.
I received errors that the password was invalid when trying to sign with the plugin.
I made the following change to cgpgwin.js under the sign: function.

from

                       // " --passphrase " + tmpPASS +

to

                       " --passphrase-fd 0 " +

Re: Signing with GnuPG

It's an another problem. The 0.3.1 should solved this, wait some minutes...

3

Re: Signing with GnuPG

the_glu wrote:

It's an another problem. The 0.3.1 should solved this, wait some minutes...

i waited and downloaded 0.3.1 and am having the exact same problem.  GnuPG already installed, error message: Decrypting failed, password is incorrect

Re: Signing with GnuPG

You're on Windows or linux ?

5

Re: Signing with GnuPG

the_glu wrote:

You're on Windows or linux ?

WinXP

Re: Signing with GnuPG

I am having the same issue using 0.3.1 version 1.4.7 gpg in the default install folder for windows.. Works fine on its own, clipboard signs just fine using gpgshell 3.61

But gives error invalid password - which I know is correct password.

Last edited by johnpoz (2007-04-04 22:06:39)

Re: Signing with GnuPG

Ok, we will to the fix as soon as possible !

Thanks !

Re: Signing with GnuPG

Your patch have been applied, and will be in the next relase (this afternood normaly)