wp-cli/checksum-command
Verifies file integrity by comparing to published checksums.
时间:2026-01-04 10:42
mfonte/sparsedigest
Fast PHP file hashing library using intelligent sampling. Reads only selected portions of large binary files instead of full content, dramatically reducing I/O overhead. Automatically falls back to full-file hashing for text files. Deterministic, non-cryptographic, optimized for change detection.
时间:2025-12-28 08:55
neon-php/laravel-migration-checksum
Checksum creation tool for laravel migrations
时间:2025-08-12 14:59
awesome/crc_fast
Fast SIMD hardware-accelerated CRC-32 and CRC-64 calculation capable of >100GiB/s
时间:2025-04-11 00:43
onemigrator/onemigrator
Database migration system with checksum support
时间:2025-01-08 11:16
luhav/havok-n
PHP implementation of Havok-N, a modified version of Fletcher & Adler checksums plus an optional iterative hash function.
时间:2024-12-13 04:57
designbycode/luhn-algorithm
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.
时间:2024-06-19 14:24
petrknap/binary
Library for work with binary data and objects
时间:2024-03-31 11:23
php-extended/php-checksum-object
A library that implements the php-extended/php-checksum-interface
时间:2023-08-22 18:28
joshhanley/livewire-checksum-logger
An checksum logger for Livewire to debug corruption issues
时间:2021-08-04 11:08
php-extended/php-checksum-interface
A library that defines the functionnalities of a checksum
时间:2020-08-11 19:32
paytm/paytmchecksum
This is for paytm checksum creation and verification in PHP
时间:2020-03-19 08:32
anper/russian-id
Простой валидатор для идентификаторов российских физических и юридических лиц. Проверяет только checksum.
时间:2019-06-29 18:03
stocker4all/luhn-mod-n
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.
时间:2017-11-02 17:07