Re: verifying hashes with Gnupg

2010-07-21 Thread John Ruff
On Jul 21, 2010, at 10:52 AM, ved...@nym.hush.com wrote: MFPA expires2010 at ymail.com wrote on Wed Jul 21 01:49:01 CEST 2010 : Why would you want to use gnupg for this if md5sum, sha1sum, sha256sum, etc. are available for most systems? Maybe he wanted to check if an app he already install

Re: verifying hashes with Gnupg

2010-07-21 Thread Robert J. Hansen
On 7/21/10 10:52 AM, ved...@nym.hush.com wrote: > windows command line doesn't recognize it (without cygwin) > > C:\>sha1sum v:\t1.sha1 > 'SHA1SUM' is not recognized as an internal or external command, > operable program or batch file. http://lists.gnupg.org/pipermail/gnupg-announce/2004q4/000184

Re: decryption failed: secret key not available

2010-07-21 Thread Jean-David Beyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul R wrote: > But how to generate a secret key in command mode... i have the public > key with me and imported it.. but still not able to decrypt... > My guess is that your best bet is to generate a new key-pair and send the public key to a key-ser

Re: Keypair is expiring.

2010-07-21 Thread Grant Olson
On 7/20/10 9:38 AM, Wolff, Alex wrote: > Can I change the expiration date of my key pair to not expire...without > having to re-issue another public key to all my encryption partners? > > Or do I have to re-issue? > They'll need to get it somehow. But that's where keyservers are handy. You pu

Re: decryption failed: secret key not available

2010-07-21 Thread Rahul R
But how to generate a secret key in command mode... i have the public key with me and imported it.. but still not able to decrypt... On Wed, Jul 21, 2010 at 9:22 PM, Hauke Laging wrote: > Am Mittwoch 21 Juli 2010 17:37:44 schrieb Rahul R: > > > Can you please help me in importing the secret key?

Re: decryption failed: secret key not available

2010-07-21 Thread Rahul R
Thanks for the quick reply Hauke.. :-) Can you please help me in importing the secret key? Whats the command I should use and how? On Wed, Jul 21, 2010 at 9:03 PM, Hauke Laging wrote: > Am Mittwoch 21 Juli 2010 17:22:28 schrieb Rahul R: > > Hi All,, > > > > When I try to decrypt a file which w

Re: decryption failed: secret key not available

2010-07-21 Thread Hauke Laging
Am Mittwoch 21 Juli 2010 18:01:58 schrieb Rahul R: > But how to generate a secret key in command mode... i have the public key > with me and imported it.. but still not able to decrypt... You are funny... Obviously it is impossible to "generate" the secret key for a given public key. Otherwise it

Re: decryption failed: secret key not available

2010-07-21 Thread Hauke Laging
Am Mittwoch 21 Juli 2010 17:37:44 schrieb Rahul R: > Can you please help me in importing the secret key? > > Whats the command I should use and how? gpg --import secretkey.asc It might make sense for you to use an GUI (like GPA or Kleopatra) as tasks like key import are very easy with a GUI.

Re: Keypair is expiring.

2010-07-21 Thread David Shaw
On Jul 20, 2010, at 9:38 AM, Wolff, Alex wrote: > Back in 2005 when I created my private/public key pair I never believed the > universe would still exist today..hence I set an expiration date of 2010. > Since it’s expiringin the next couple of months and I am not sure what my > options are? >

Re: decryption failed: secret key not available

2010-07-21 Thread Joke de Buhr
On Wednesday 21 July 2010 17:22:28 Rahul R wrote: > Hi All,, > > When I try to decrypt a file which was encrypted with my key by a vendor, I > am getting an error as below. > > --- > > gpg --yes --output 123.txt.out --decrypt 123.txt.out.pgp > gpg: encrypted with 1024-bit ELG

Re: Keypair is expiring.

2010-07-21 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wolff, Alex escribió: > Back in 2005 when I created my private/public key pair I never believed > the universe would still exist today..hence I set an expiration date of > 2010. Since it’s expiringin the next couple of months and I am not sure > wha

Re: decryption failed: secret key not available

2010-07-21 Thread Hauke Laging
Am Mittwoch 21 Juli 2010 17:22:28 schrieb Rahul R: > Hi All,, > > When I try to decrypt a file which was encrypted with my key by a vendor, I > am getting an error as below. > > --- > > gpg --yes --output 123.txt.out --decrypt 123.txt.out.pgp > gpg: encrypted with 1024-bit EL

decryption failed: secret key not available

2010-07-21 Thread Rahul R
Hi All,, When I try to decrypt a file which was encrypted with my key by a vendor, I am getting an error as below. --- gpg --yes --output 123.txt.out --decrypt 123.txt.out.pgp gpg: encrypted with 1024-bit ELG-E key, ID 424E35F0, created 2010-05-11 "TEST_ENV (For testing

Re: GPG seems broken on FC13 after upgrade.

2010-07-21 Thread David Shaw
On Jun 1, 2010, at 6:49 PM, Perry, James J. wrote: > I just updated to FC 13 and not gpg fails to work for any user. I get the > following messages when I try to decrypt a file and have the DISPLAY set even > though I am not using X. > > gpg --pgp6 EDI997.20100601091546.pgp > > You need a p

re: verifying hashes with Gnupg

2010-07-21 Thread vedaal
MFPA expires2010 at ymail.com wrote on Wed Jul 21 01:49:01 CEST 2010 : >> Why would you want to use gnupg for this if md5sum, >> sha1sum, sha256sum, etc. are available for most >> systems? >Maybe he wanted to check if an app he already installed would perform >this function before downloading an

Keypair is expiring.

2010-07-21 Thread Wolff, Alex
Back in 2005 when I created my private/public key pair I never believed the universe would still exist today..hence I set an expiration date of 2010. Since it's expiringin the next couple of months and I am not sure what my options are? Can I change the expiration date of my key pair to not ex

Re: [Announce] GnuPG 2.0.16 released

2010-07-21 Thread Werner Koch
On Wed, 21 Jul 2010 00:31, jcr...@gmail.com said: > - option --use-standard-socket may now be used to use this feature by > + option --enable-standard-socket may now be used to use this feature by Thanks. Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.

Re: setuping local/standalone keyserver

2010-07-21 Thread John Clizbe
Peter Pentchev wrote: > On Tue, Jul 20, 2010 at 12:50:53PM +0530, Prasanth Thandra wrote: >> Hi, >> i configured gnupg 2.0.15 on RHEL4 which is a mialserver. >> i am able to generate keypairs. >> now i want to setup a keyserver either on localhost or as a standalone. >> please let me know how to do

Re: Locating GnuPG 2.0.16 RH4 binaries...

2010-07-21 Thread John Espiro
On 7/21/2010 3:40 AM, Jean-David Beyer wrote: > > > Breen > > Looks like it is there for RHEL 5, but not for RHEL 4. > Probably too many incompatibilities for that older release. > Thanks Jean-David, and Breen (althoguh I never saw Breen's response on the list). I d/l'd the source for 2.0.16, in