Decryption error: open(CONOUT$) failed

2016-05-12 Thread Cyril Martin
Hello, since few days we face of an issue to decrypt files (.gpg) with GNUPG 1.4.9 We get error: *** gpg: fatal: open(CONOUT$) failed: The system cannot find the file specified. secmem usage: 0/0 bytes in 0/0 blocks of pool 0/32768 *** If issue w

Re: Decryption error

2011-09-06 Thread Werner Koch
On Sat, 3 Sep 2011 09:22, m.aflakpar...@ut.ac.ir said: > Now, for decrypting "70195_B11_WTCCCT444825.CEL.gz.gpg", I opended > Kleopatra window and clicked on File option then clicked on > "Decrypte/Verify files" and then I entered my file's path then > Decrypt/Verify window is opened and I checke

Decryption error

2011-09-03 Thread m . aflakparast
Greetings, I already installed gpg4win-2.1.0.exe, and constructed my certification and I got the passphrase. Now, for decrypting "70195_B11_WTCCCT444825.CEL.gz.gpg", I opended Kleopatra window and clicked on File option then clicked on "Decrypte/Verify files" and then I entered my file's path then

[Fwd: Re: Decryption error]

2011-09-01 Thread m . aflakparast
files. Any help will be highly appreciated. Best regards, Mehran Aflakparast Original Message ---- Subject: Re: Decryption error From:"Werner Koch" Date:Tue, August 30, 2011 11:08

Re: Decryption Error

2010-08-13 Thread Robert J. Hansen
> Isn't > > http://github.com/smartrevolution/gnupg-for-java > > that what he needs? It may be. I was looking at ftp://ftp.gnupg.org/gcrypt/alpha/gnupgjava, which shows no updates since 2005. It may be worth dropping a README in there directing people to Stefan Richter's git repo. I have

Re: Decryption Error

2010-08-13 Thread Werner Koch
On Fri, 13 Aug 2010 03:17, r...@sixdemonbag.org said: > received no response. I wish I had answers for you. All I can do > instead is tell you your best bet will probably involve writing JNI > wrappers for GPGME. Isn't http://github.com/smartrevolution/gnupg-for-java that what he needs?

Re: Decryption Error

2010-08-12 Thread Robert J. Hansen
On 8/11/2010 2:16 PM, Terseer Shaguy wrote: > Pls is there a special configuration for gpg on windows 2003 server? I am sorry that no one else has given you a useful answer. To answer your question: no, there is no special configuration for GnuPG on Windows Server 2003. Calling GnuPG from Java i

Decryption Error

2010-08-12 Thread Terseer Shaguy
Good days wonderful people, I am having a challenge running gpg on windows 2003 server , I am working with it from java, when I run my code on my vista , Mac os x box it works pretty fine , everything work fine when I run it for the command line on windows 2003 server, however when I run it f

GPG decryption error

2009-09-25 Thread Dutta, Sudip
Hello, I'd really appreciate if someone can provide feedback with a decryption-related error we're getting. For an encrypted file of size approx. 2 - 4 gigs, encrypted by a user using the same key that is being used for decrypting it, there are errors, as listed below - however there are n

Decryption Error [don't know]:invalid packet (ctb=60)

2008-10-28 Thread kpahnke
I am attempting to decrypt a new file and keep getting this error message. I am able to decrypt the file successfully using WS_FTP Professional and the same key, but cannot using GPG. How can I determine what is causing the problem. I am new to using this tool, but we are successfully using it

Re: Decryption error (block_filter read error)

2008-07-07 Thread Robert J. Hansen
Devaraj Karuppiah wrote: How do I compute sha1sum in GPG? gpg --print-md sha1 [filename] ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

RE: Decryption error (block_filter read error)

2008-07-07 Thread Devaraj Karuppiah
t: Re: Decryption error (block_filter read error) On Thu, 3 Jul 2008 16:44, [EMAIL PROTECTED] said: > gpg: CAST5 encrypted data > gpg: block_filter 00AF8A00: read error (size=4245,a->size=1002) That looks pretty much like currupted data. Check that you received the message intact, for exa

Re: Decryption error (block_filter read error)

2008-07-04 Thread Werner Koch
On Thu, 3 Jul 2008 16:44, [EMAIL PROTECTED] said: > gpg: CAST5 encrypted data > gpg: block_filter 00AF8A00: read error (size=4245,a->size=1002) That looks pretty much like currupted data. Check that you received the message intact, for example by asking the sender to provide a sha1sum and comp

Decryption error (block_filter read error)

2008-07-03 Thread Devaraj Karuppiah
Hi, I'm getting the following error when trying to decrypt a file received through HTTPS on command line: ... gpg: CAST5 encrypted data gpg: block_filter 00AF8A00: read error (size=4245,a->size=1002) Detached signature. Please enter name of data file: No such file, try again or hit enter to quit.

RE: Decryption error

2008-01-16 Thread Max Allan
You can try to run ldd on the binary (use the full path to gpg, ldd won't search $PATH for you). That will show all libraries the binary wants and if they aren't found. This might save you some repeated copying libs one by one onto the box! It will also show that if you know libgcc is somewhere o

RE: Decryption error

2008-01-10 Thread Paul Crittenden
:34 AM To: gnupg-users Subject: Re: Decryption error -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Crittenden wrote: | I fixed it, perhaps not the proper fix but it now works. I made a link | from /usr/local/lib/libgcc... to /usr/lib/libgcc... If it's a Linux-system add /usr/local/lib t

Re: Decryption error

2008-01-10 Thread Alexander W. Janssen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Crittenden wrote: | I fixed it, perhaps not the proper fix but it now works. I made a link | from /usr/local/lib/libgcc... to /usr/lib/libgcc... If it's a Linux-system add /usr/local/lib to the file /etc/ld.so.conf and run the command ldconfig o

RE: Decryption error

2008-01-10 Thread Paul Crittenden
PROTECTED] On Behalf Of David Shaw Sent: Wednesday, January 09, 2008 9:26 PM To: gnupg-users@gnupg.org Subject: Re: Decryption error On Wed, Jan 09, 2008 at 04:28:46PM -0600, Paul Crittenden wrote: > I am using gpg for encryption with Amanda, a disk backup utility. It > backups up just fine but

RE: Decryption error

2008-01-10 Thread Paul Crittenden
OTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Shaw Sent: Wednesday, January 09, 2008 9:26 PM To: gnupg-users@gnupg.org Subject: Re: Decryption error On Wed, Jan 09, 2008 at 04:28:46PM -0600, Paul Crittenden wrote: > I am using gpg for encryption with Amanda, a disk backup utility. It &

Re: Decryption error

2008-01-09 Thread David Shaw
On Wed, Jan 09, 2008 at 04:28:46PM -0600, Paul Crittenden wrote: > I am using gpg for encryption with Amanda, a disk backup utility. It > backups up just fine but when I try to restore I get the error: > > > > ld.so.1: gpg: fatal: libgcc_s.so.1: open failed: No such file or > directory > > >

Decryption error

2008-01-09 Thread Paul Crittenden
I am using gpg for encryption with Amanda, a disk backup utility. It backups up just fine but when I try to restore I get the error: ld.so.1: gpg: fatal: libgcc_s.so.1: open failed: No such file or directory I have set environment variables both when I compiled gpg and when I run the restor