Debian lenny version packages
[pkg-perl] / deb-src / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / crc32.1
1 .TH CRC32 1 "June 21, 2005"
2 .SH NAME
3 crc32 \- compute CRC-32 checksums for the given files
4 .SH SYNOPSIS
5 .B crc32
6 \fIfilename\fP [ \fIfilename\fP ... ]
7 .SH DESCRIPTION
8 \fBcrc32\fP is a simple utility that calculates the CRC-32 checksum for
9 each of the given files.
10 .PP
11 Note that the CRC-32 checksum is merely used for error detection in
12 transmission and storage.  It is not intended to guard against the
13 malicious modification of files (i.e., it is not a cryptographic hash).
14 .PP
15 This utility is supplied with the \fBArchive::Zip\fP module for Perl.
16 .SH SEE ALSO
17 .BR Archive::Zip (3pm).
18 .SH AUTHOR
19 The Archive::Zip module was written by Ned Konz.
20 .br
21 This manual page was prepared by Ben Burton <bab@debian.org>
22 for the Debian GNU/Linux system (but may be used by others).