Search by

kduma / simple-dal-integrity-hash

kduma

Simple DAL - PHP hash() integrity implementations

v0.2.0 2026-03-20 08:51 UTC

This package is auto-updated.

Last update: 2026-08-20 09:44:05 UTC


README

PHP hash() and hash_hmac() integrity implementations for the Simple DAL integrity plugin. Provides hashing algorithms (CRC32, MD5, SHA-1, SHA-256, SHA-512, SHA3-256) and HMAC signing algorithms (HMAC-SHA1, HMAC-SHA256, HMAC-SHA512).

Part of the Simple DAL project.

Installation

composer require kduma/simple-dal-integrity-hash

Documentation

See the full documentation.

License

MIT