kduma/simple-dal-data-integrity

Simple DAL - Data integrity checksums and signatures plugin

Maintainers

Package info

github.com/kduma-OSS-splits/PHP-simple-dal-data-integrity

Homepage

pkg:composer/kduma/simple-dal-data-integrity

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

v0.0.5 2026-03-17 03:01 UTC

This package is auto-updated.

Last update: 2026-03-17 03:01:17 UTC


README

Data integrity checksums and signatures plugin for Simple DAL. Transparently computes and verifies hashes and signatures on records and attachments, ensuring data has not been tampered with.

Part of the Simple DAL project.

Installation

composer require kduma/simple-dal-data-integrity

Requires a hashing algorithm provider package (e.g. kduma/simple-dal-data-integrity-sodium). An optional signing algorithm can be provided for signature-based verification.

Documentation

See the full documentation.

License

MIT