Re: Checksumming tool

2005-11-29 Thread Peter Samuelson
[Adam Heath] > > File: foo%20bar/hellurei.txt > > Size: 12345 > > MD5: 012345667 > > SHA-256: 0a0a0a0a0a0a0a0a0a0a0a0a > > Mode: 0644 > Checksum: > md5: 0123456789[B > sha-256: 0a0a0a0a0a0a0a0a0a0a0a0a Checksum: md5: 01230123012301230123012301230123 C

Re: Checksumming tool

2005-11-28 Thread Anthony DeRobertis
Lars Wirzenius wrote: > > The best I've come up with so far is a pseudo rfc822 syntax: > > File: foo%20bar/hellurei.txt > Size: 12345 > MD5: 012345667 > SHA-256: 0a0a0a0a0a0a0a0a0a0a0a0a > Mode: 0644 [EMAIL PROTECTED]:tmp$ md5sum test 04c09e317db0a

Re: Checksumming tool

2005-11-28 Thread Lars Wirzenius
ma, 2005-11-28 kello 18:20 -0600, Adam Heath kirjoitti: > On Mon, 28 Nov 2005, Lars Wirzenius wrote: > > > File: foo%20bar/hellurei.txt > > Size: 12345 > > MD5: 012345667 > > SHA-256: 0a0a0a0a0a0a0a0a0a0a0a0a > > Mode: 0644 > > Checksum: > md5: 0123456789[

Re: Checksumming tool

2005-11-28 Thread Adam Heath
On Mon, 28 Nov 2005, Lars Wirzenius wrote: > File: foo%20bar/hellurei.txt > Size: 12345 > MD5: 012345667 > SHA-256: 0a0a0a0a0a0a0a0a0a0a0a0a > Mode: 0644 Checksum: md5: 0123456789[B sha-256: 0a0a0a0a0a0a0a0a0a0a0a0a Having the names of the checksums be t

Checksumming tool

2005-11-28 Thread Lars Wirzenius
ma, 2005-11-28 kello 19:07 +1000, Anthony Towns kirjoitti: > Hrm, if we're writing our own thing, maybe we should do it properly: > have a single program that can do multiple hash algorithms, have the > default hash be secure, and update it in future, and so on. As it happens, I've been wanting a