Re: PGP zip

2006-06-09 Thread Alphax
Todd Zullinger wrote:
> Snoken wrote:
>> Hi,
>> I cannot find any "gpg-zip"-program after installing GnuPG
>> 1.4.3 for Windows.
> 
>> The announce message tells:
> 
>> "Added "gpg-zip", a program to create encrypted archives that can
>>interoperate with PGP Zip."
> 
> On my linux system, gpg-zip is a shell script.  I'm guessing that it's
> not installed on windows because there isn't an sh compatible shell
> there.  Perhaps if you were using cygwin you could get it to work, but
> I don't know.
> 

Minimum requirement is MSYS , which is
a small set of the Cygwin tools. Never used gpg-zip myself though.

-- 
Alphax
Death to all fanatics!
  Down with categorical imperative!
OpenPGP key: http://tinyurl.com/lvq4g



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread rmyster
On Fri, 2006-06-09 at 18:08 -0400, David Shaw wrote:

> > 
> > The question was how to obtain these values with the commands listed in
> > the coreutils documentation. Could point me to where you obtained these
> > options since they aren't listed in the gpg docs(man gpg,info gpg,
> > etc)? 
> 
> Man page:
> 
>--print-md algo [files]
>--print-mds [files]
>   Print message digest of algorithm ALGO for all  given files  or
>   stdin.   With  the  second  form  (or  a deprecated "*" as algo)
>   digests for all available algorithms are printed.
> 
> David
> 


Oh...I never would have made the connection.  I can see what it
refers to now but when I read it, the algorithm "ALGO" was one I had
never heard of.  Realistically, I wouldn't have caught it even if it was
written as   "--print-md  [files]" 

Thanks again!


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Shaw wrote:
> Man page:
> 
>--print-md algo [files]
>--print-mds [files]
>   Print message digest of algorithm ALGO for all  given
>   files  or stdin.   With  the  second  form  (or  a
>   deprecated "*" as algo) digests for all available
>   algorithms are printed.

Would it be slightly more consistent to use hash instead of algo here?
And/or to note somewhere that the list of available hash algorithms is
the same as what's printed by gpg --version on the Hash: line?

I imagine that with a slight amount of autofoo the same list that's
printed by the --version option could be added to the man page here as
well.

- -- 
ToddOpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
==
It is easier to fight for one's principles than to live up to them.
-- Alfred Adler

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iG0EARECAC0FAkSJ+MsmGGh0dHA6Ly93d3cucG9ib3guY29tL350bXovcGdwL3Rt
ei5hc2MACgkQuv+09NZUB1oJ/gCg6ExS7S8jOzfk2w0ikI8XNDiBzB4An1syS7PG
4fSw9FuAWYanWz/LtGEd
=Y+pS
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread David Shaw
On Fri, Jun 09, 2006 at 03:57:59PM -0600, rmyster wrote:
> On Fri, 9 Jun 2006 at 08:04:35 -0400, David Shaw wrote:
> 
> > > Coreutils is installed but there isn't any sha224sum, sha256sum,
> > > sha384sum or sha512sum commands available.  Is sha2 utilities part
> > of  some other package?
> > 
> > I'm not sure if I fully understand your question (coreutils has
> > nothing to do with GnuPG), but GnuPG does have the SHA2 hashes:
> > 
> > gpg --print-md sha256 (thefile)
> > gpg --print-md sha384 (thefile)
> > gpg --print-md sha512 (thefile)
> > 
> > The next version of GPG will add:
> > 
> > gpg --print-md sha224 (thefile)
> > 
> > David
> > 
> 
> The question was how to obtain these values with the commands listed in
> the coreutils documentation. Could point me to where you obtained these
> options since they aren't listed in the gpg docs(man gpg,info gpg,
> etc)? 

Man page:

   --print-md algo [files]
   --print-mds [files]
  Print message digest of algorithm ALGO for all  given files  or
  stdin.   With  the  second  form  (or  a deprecated "*" as algo)
  digests for all available algorithms are printed.

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread rmyster
On Fri, 9 Jun 2006 at 08:04:35 -0400, David Shaw wrote:

> > Coreutils is installed but there isn't any sha224sum, sha256sum,
> > sha384sum or sha512sum commands available.  Is sha2 utilities part
> of  some other package?
> 
> I'm not sure if I fully understand your question (coreutils has
> nothing to do with GnuPG), but GnuPG does have the SHA2 hashes:
> 
> gpg --print-md sha256 (thefile)
> gpg --print-md sha384 (thefile)
> gpg --print-md sha512 (thefile)
> 
> The next version of GPG will add:
> 
> gpg --print-md sha224 (thefile)
> 
> David
> 

The question was how to obtain these values with the commands listed in
the coreutils documentation. Could point me to where you obtained these
options since they aren't listed in the gpg docs(man gpg,info gpg,
etc)? 


In any event, thanks.  I'll just create some scripts to alias yours to
what I was trying to use from the coreutils manual.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: PGP zip

2006-06-09 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Snoken wrote:
> Hi,
> I cannot find any "gpg-zip"-program after installing GnuPG
> 1.4.3 for Windows.
> 
> The announce message tells:
> 
> "Added "gpg-zip", a program to create encrypted archives that can
>interoperate with PGP Zip."

On my linux system, gpg-zip is a shell script.  I'm guessing that it's
not installed on windows because there isn't an sh compatible shell
there.  Perhaps if you were using cygwin you could get it to work, but
I don't know.

- -- 
ToddOpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
==
Show me a politician who does not lie through his teeth, and.I'll
show you one who can't find his dentures.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iG0EARECAC0FAkSJ0s8mGGh0dHA6Ly93d3cucG9ib3guY29tL350bXovcGdwL3Rt
ei5hc2MACgkQuv+09NZUB1qfkQCbBxhKVC0+/9qBosNCojH+9dBPbs4AoL8R9jXC
KBTjCrTaY6gIa3mqQ24V
=OJIi
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: PGP zip

2006-06-09 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Snoken wrote:
> Hi,
> I cannot find any "gpg-zip"-program after installing GnuPG
> 1.4.3 for Windows.
> 
> The announce message tells:
> 
> "Added "gpg-zip", a program to create encrypted archives that can
>   interoperate with PGP Zip."

gpg.zip has nothing to do with M$ O/S's.  It's there, but you'll never
use/need it.

JOHN ;)
Timestamp: Friday 09 Jun 2006, 15:14  --400 (Eastern Daylight Time)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4-svn4151: (MingW32)
Comment: Public Key at:  http://tinyurl.com/8cpho
Comment: Gossamer Spider Web of Trust (US26): http://www.gswot.org
Comment: Homepage:  http://tinyurl.com/9ubue
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBCgAGBQJEicjNAAoJEBCGy9eAtCsPweUH/ie0vK0GNyfTg+nJKSGUuys7
oeEKvSZ3ky3+wXYtzqW8IKRFiL2OvBkYUUbjEcA46ofkaDMzzVqxpGE2TBe08xY+
GEkddA8OanI+I1xPPk2pvGT66lun4hy1qHNInfqEdfi3Lc+LWF7a906kIgEnHzHw
ncW8WUDXDipIpN8EIjKsdbZYumOqC0pZUsqU3ttPRvem38iv/1xKVm4UVXC8fizs
UYVJW/qaGOPS/f9zrP2OIkXLOo+VjXZQ8y8pWmD8rTEExqqze+nltO9kauBavzzt
VqiFS2yMUAVWyAo1Cctxjzz+S9cmNhoNpn9s3Sfz508yTzmMlsd3RSMg65aYTwE=
=AWF4
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: PGP zip

2006-06-09 Thread David Shaw
On Fri, Jun 09, 2006 at 04:04:52PM +0200, Snoken wrote:
> Hi,
> I cannot find any "gpg-zip"-program after installing GnuPG
> 1.4.3 for Windows.
> 
> The announce message tells:
> 
> "Added "gpg-zip", a program to create encrypted archives that can
>interoperate with PGP Zip."

It only exists in GnuPG for Unix-like systems (it's a shell script
that calls GPG).

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


PGP zip

2006-06-09 Thread Snoken

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I cannot find any "gpg-zip"-program after installing GnuPG
1.4.3 for Windows.

The announce message tells:

"Added "gpg-zip", a program to create encrypted archives that can
  interoperate with PGP Zip."

Snoken

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (MingW32) - GPGrelay v0.959
Comment: Vad är en PGP-signatur? www.clipanish.com/PGP/pgp.html

iD8DBQFEiYAwWisObvnr8tQRArPsAJ4nEHCeY5JQmojRdbnUU8eMSvCXwwCfVreL
0T9MK2Y/ryrJIinvMyanZVM=
=V6KC
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread David Shaw
On Fri, Jun 09, 2006 at 12:07:44AM -0600, rmyster wrote:
> 
> >From the coreutils documentation, it states:
> "6.6 sha2 utilities: Print or check SHA-2 digests
> 
> The commands sha224sum, sha256sum, sha384sum and sha512sum compute
> checksums of various lengths (respectively 224, 256, 384 and 512 bits),
> collectively known as the SHA-2 hashes..."
> -
> 
> 
> Coreutils is installed but there isn't any sha224sum, sha256sum,
> sha384sum or sha512sum commands available.  Is sha2 utilities part of
> some other package?

I'm not sure if I fully understand your question (coreutils has
nothing to do with GnuPG), but GnuPG does have the SHA2 hashes:

gpg --print-md sha256 (thefile)
gpg --print-md sha384 (thefile)
gpg --print-md sha512 (thefile)

The next version of GPG will add:

gpg --print-md sha224 (thefile)

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: RSA vs DSA/ElGamal

2006-06-09 Thread Ludwig Hügelschäfer
Hi,

On 09.06.2006 6:18 Uhr, John W. Moore III wrote:

> Word of Caution:  If you have any Files encrypted using the Old/Original
> Key; Decrypt them first.

Generally: Decryption works fine even with a revoked key. However, if
there's only the slightest possibility that the private key is not
solely under the owners control, then encrypted files should be
decrypted and then reencrypted with the new key.

One should never ever delete a revoked key - there still might be a
forgotten old backup encrypted to the old key!

Ludwig

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


sha2 utilities: Print or check SHA-2 digests

2006-06-09 Thread rmyster

>From the coreutils documentation, it states:
"6.6 sha2 utilities: Print or check SHA-2 digests

The commands sha224sum, sha256sum, sha384sum and sha512sum compute
checksums of various lengths (respectively 224, 256, 384 and 512 bits),
collectively known as the SHA-2 hashes..."
-


Coreutils is installed but there isn't any sha224sum, sha256sum,
sha384sum or sha512sum commands available.  Is sha2 utilities part of
some other package?

TIA



___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users