in reply to Re: Perl sources and crypt()
in thread Perl sources and crypt()

Do you know of a list/summary of different "digest"/checksum algorithms? Not just cryptographic one-way, but things like CRC-32 also.

Replies are listed 'Best First'.
Re: OT: alternatives to hashing
by diotalevi (Canon) on Feb 22, 2003 at 01:46 UTC

    No. I keep track of what I need - I guess if I wanted a crc then there's function for that under the unpack() function. But I've never wanted to do a plain crc32 - when I care about data integrity I use both md5 and sha1 (mostly just for redundancy). I wish I had better info for you.