A stand-alone module for calculating checksums in a generic way.
Return the :ctime of a file.
Calculate a checksum using Digest::MD5.
Calculate a checksum of a file‘s content using Digest::MD5.
Calculate a checksum of the first 500 chars of the content using Digest::MD5.
Calculate a checksum of the first 500 chars of a file‘s content using Digest::MD5.
Return the :mtime timestamp of a file.
Calculate a checksum using Digest::SHA1.
Calculate a checksum of a file‘s content using Digest::SHA1.
Calculate a checksum of the first 500 chars of the content using Digest::SHA1.
Calculate a checksum of the first 500 chars of a file‘s content using Digest::SHA1.
Strip the checksum type from an existing checksum
[Validate]