Adler32sum

From BiGGrid Wiki
Revision as of 10:08, 30 May 2011 by Janjust@nikhef.nl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

adler32sum Wiki

The adler32sum command is an adaptation of the md5sum command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is the default checksum type used by SRM grid storage. This tool was developed for the DANS user community, as the "normal" adler32 command, which is part of the 'srmclient' package, does not support filenames containing spaces.

Advantages of this binary compared to the 'srmclient' adler32 command

  • small, tiny and fast C program
  • exact same syntax as the 'md5sum' command
  • can calculate checksums of multiple files in one go
  • supports spaces in filenames

adler32sum was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.