checksum

Pieter Claerhout Pieter.Claerhout at Creo.com
Wed Feb 25 06:18:22 EST 2004


The sha or md5 modules are able to do checksums. You can also use zlib.crc32
or zlib.adler32 to generate CRCs. More info on:

http://www.python.org/doc/current/lib/module-md5.html
http://www.python.org/doc/current/lib/module-sha.html
http://www.python.org/doc/current/lib/module-zlib.html

Cheers,


pieter

Creo
pieter claerhout | product support prinergy | tel: +32 2 352 2511 |
pieter.claerhout at creo.com | www.creo.com

IMAGINE CREATE BELIEVE(tm)


-----Original Message-----
From: python-list-bounces+pieter.claerhout=creo.com at python.org
[mailto:python-list-bounces+pieter.claerhout=creo.com at python.org] On Behalf
Of Geiregat Jonas
Sent: 25 February 2004 11:55
To: python-list at python.org
Subject: checksum 


I've written a small app to share data in a lan.
I would like to be able to do some kind of checksum checking on the 
files. How could this be implemented ?
-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list