Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-08-29 09:39
1.7.1

Esta versão corrige compilação sobre a não-compiladores C99.
Tags: Minor bugfixes
This version fixes compile on non-C99 compilers.

2003-08-24 06:28
1.7

Os novos progressos capacidade função de retorno, novas funções fcrc32d e fcksumd resultados que retornam na forma de uma seqüência binária, e remoção de uso stdio.
Tags: Minor feature enhancements
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.

2002-04-18 03:41
1.6.1

Correções para a verificação de leitura () erros no MD5 e CRC32 funções, e uma nova testcase para erros de leitura (requer subterfugue).
Tags: Minor bugfixes
Fixes to checking for read() errors in md5 and crc32 functions, and a new testcase for read errors (requires SUBTERFUGUE).

2001-10-19 11:14
1.6

Tags: Minor bugfixes

2001-10-18 11:26
1.5

cksum (1) e soma (1 checksums) estilo, e um script de teste de velocidade foram adicionados. read () é usado em vez de fread () para um aumento de velocidade menor.
Tags: Minor feature enhancements
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.

Project Resources