Projects / python-fchksum

python-fchksum

python-fchksum is a module used to find checksums of files (or stdin). It supports md5, crc32, cksum, bsd-style sum, and sysv-style sum. The advantage of using fchksum over the Python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename, and the work is done by C code.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  29 Aug 2003 00:39

Release Notes: This version fixes compile on non-C99 compilers.

  •  23 Aug 2003 21:28

Release Notes: New progress callback function ability, new fcrc32d and fcksumd functions which return results in the form of a binary string, and removal of stdio usage.

  •  17 Apr 2002 18:41

Release Notes: Fixes to checking for read() errors in md5 and crc32 functions, and a new testcase for read errors (requires SUBTERFUGUE).

  •  19 Oct 2001 02:14

No changes have been submitted for this release.

  •  18 Oct 2001 02:26

Release Notes: cksum(1) and sum(1) style checksums, and a speed test script were added. read() is used instead of fread() for a minor speed boost.

Screenshot

Project Spotlight

gbxgol

A small program for the Italian betting game, Totogol.

Screenshot

Project Spotlight

notification-thing

A DE-independent pygi (GTK3) notification daemon.