Update security/lynis to version 2.5.1
[dports.git] / security / py-fchksum / pkg-descr
1 fchksum is a Python module to find the checksum of files. Currently it
2 supports crc32 and md5 checksums.
3
4 The advantage of using fchksum over the python md5 and zlib(.crc32) modules
5 is both ease of use and speed. You only need to tell it the filename and the
6 actual work is done by C code. Compared to the implementing a read loop in
7 python with the standard python modules, fchksum is approximatly 2.0x faster
8 in md5 and 1.1x faster in crc32.
9
10 WWW: http://users.dakotacom.net/~donut/programs/fchksum.html