-
A checksum is calculated for a given resident identifier number, to verify whether it may be a valid number with Validate Saudi ID. It returns either 1 (for Saudis), 2 (for non-Saudis) or FALSE (for invalid numbers). Requirements: PHP 4.0 or higher
-
Shareit.com Dynamic Price is meant to generate price checksums using MD5 algorithm that is necessary to orders with dynamic prices to the ShareIT.com gateway.
-
QCP64 CRC takes as parameters a string and data to compute the check, a seed value and the length of the checksum. A class variable is used to store the computed checksum.Requirements: PHP 3.0 or higher
-
QCP71 CRC takes as parameters a string and data to compute the check, a seed value and the length of the checksum.The computed checksum is stored in a class variable.Requirements: PHP 3.0 or higher
-
QCP135 takes as parameters a string and data to compute the check, a seed value and the length of the checksum.The computed checksum is returned in a class variable.Requirements: PHP 3.0 or higher
-
MD5 Checksum File Parser Class is a PHP class that helps you to parse and output checksums from the files generated by FastSum checksum utility. As well as the regular checksum files created by other similar utilities this class extends limits and can also handle extra information that may be stored in these files. See FastSum documentation to add additional ...

