Libraries tagged by checksum
petrknap/binary
152 Downloads
Library for work with binary data and objects
karavasilev/cryptomanana
52 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
anper/russian-id
2831 Downloads
Простой валидатор для идентификаторов российских физических и юридических лиц. Проверяет только checksum.
top7up/id
708 Downloads
This class can be used to validate Saudi resident identifier numbers. It takes a resident identifier number and calculates a checksum to verify whether it may be a valid number. http://aziz.oraij.com
samlittler/mod-11
578 Downloads
A library for calculating mod 11 checksums as used by Royal Mail and USPS
php-extended/php-checksum-object
5836 Downloads
A library that implements the php-extended/php-checksum-interface
php-extended/php-checksum-interface
15017 Downloads
A library that defines the functionnalities of a checksum
zhuravel/php-luhn-checksum
16 Downloads
samlittler/luhn-mod-16
281 Downloads
A PHP library for calculating Luhn Mod 16 checksums as used by Royal Mail and others
npub/gos
1689 Downloads
SNILS validation and formatting class for PHP.
aspose/barcode-cloud-php
1168 Downloads
Aspose.BarCode for Cloud is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
stocker4all/luhn-mod-n
48932 Downloads
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.
nomelodic/file-system-security
12 Downloads
The library creates a snapshot of the project file system and calculates the checksum.
designbycode/luhn-algorithm
258 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
jsnlib/checksum
39 Downloads
產生校驗碼,可連同參數夾帶,在服務端 (server) 驗證參數是否被修改。