Re: verifying hashes with Gnupg

2010-07-25 Thread Werner Koch
On Wed, 21 Jul 2010 16:52, ved...@nym.hush.com said: windows command line doesn't recognize it (without cygwin) The gpg4win SVN has a sha1sum, sha256sum and md5sum complete with check option and proper filename special character escaping. It will be part of all future gpg4win releases. It is

re: verifying hashes with Gnupg

2010-07-22 Thread Doug Barton
If you're looking for a a set of tools to verify hashes in windows, take a look at http://md5deep.sourceforge.net/ hth, Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.com/ Computers are useless.

Re: verifying hashes with Gnupg

2010-07-22 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Thursday 22 July 2010 at 6:22:36 AM, in mid:07a2dae5-7ff9-458b-87ff-9c2084518...@gmail.com, John Ruff wrote: '--print-md algo' option to gpg will generate a hash, albeit you must visually validate. $ gpg --print-md SHA1 10MB.dat

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 another

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.html

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

verifying hashes with GnuPG

2010-07-20 Thread vedaal
Is there a gnupg command to verifiy a hash, not a signature, (e.g. MD5, SHA1, SHA256), by entering the hash string and the file or text it corresponds to? TIA vedaal ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: verifying hashes with GnuPG

2010-07-20 Thread David Shaw
On Jul 20, 2010, at 4:14 PM, ved...@nym.hush.com wrote: Is there a gnupg command to verifiy a hash, not a signature, (e.g. MD5, SHA1, SHA256), by entering the hash string and the file or text it corresponds to? No. You can do this with sha1sum (sha256sum, etc), with the --check option.

Re: verifying hashes with GnuPG

2010-07-20 Thread Michel Messerschmidt
On Tue, Jul 20, 2010 at 04:14:16PM -0400, ved...@nym.hush.com wrote: Is there a gnupg command to verifiy a hash, not a signature, (e.g. MD5, SHA1, SHA256), by entering the hash string and the file or text it corresponds to? Why would you want to use gnupg for this if md5sum, sha1sum,

Re: verifying hashes with GnuPG

2010-07-20 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Tuesday 20 July 2010 at 9:24:00 PM, in mid:20100720202400.gb4...@hiro.matrix, Michel Messerschmidt wrote: On Tue, Jul 20, 2010 at 04:14:16PM -0400, ved...@nym.hush.com wrote: Is there a gnupg command to verifiy a hash, not a signature,