Shorter checksum than MD5
From: Mercuro (this_at_is.invalid)
Date: 09/09/04
- Next message: Joachim Bauch: "Re: Shorter checksum than MD5"
- Previous message: Alex Martelli: "Re: Why is this legal?"
- Next in thread: Joachim Bauch: "Re: Shorter checksum than MD5"
- Reply: Joachim Bauch: "Re: Shorter checksum than MD5"
- Reply: Brian Gough: "Re: Shorter checksum than MD5"
- Reply: Paul Rubin: "Re: Shorter checksum than MD5"
- Reply: Jeff Epler: "Re: Shorter checksum than MD5"
- Maybe reply: Paul Rubin: "Re: Shorter checksum than MD5"
- Maybe reply: Tim Peters: "Re: Shorter checksum than MD5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 09 Sep 2004 08:44:03 GMT
Hello
i'm looking for a simple way to checksum my data.
The data is 70 bytes long per record, so a 32
byte hex md5sum would increase the size of my
mysql db a lot.
I'm looking for something that is 5 bytes long,
for the moment i'm just taking a part of the hex
md5 sum (like this: checksum = md5sum[3:8]). I
don't have any duplicates, and I have over 100000
records, but i'm not sure for the future...
Can anybody give me something better? Or point me
to some website?
thx!!
PS: I use this checksum to periodically compare 2
versions of this DB, which are on 2 sides of a
slow internet connection. My hope is to keep down
unneeded traffic between the 2 servers.
- Next message: Joachim Bauch: "Re: Shorter checksum than MD5"
- Previous message: Alex Martelli: "Re: Why is this legal?"
- Next in thread: Joachim Bauch: "Re: Shorter checksum than MD5"
- Reply: Joachim Bauch: "Re: Shorter checksum than MD5"
- Reply: Brian Gough: "Re: Shorter checksum than MD5"
- Reply: Paul Rubin: "Re: Shorter checksum than MD5"
- Reply: Jeff Epler: "Re: Shorter checksum than MD5"
- Maybe reply: Paul Rubin: "Re: Shorter checksum than MD5"
- Maybe reply: Tim Peters: "Re: Shorter checksum than MD5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|