kduma / simple-dal-encryption-phpseclib
Simple DAL - phpseclib3 encryption key implementations (RSA, AES)
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-encryption-phpseclib
pkg:composer/kduma/simple-dal-encryption-phpseclib
v0.1.0
2026-03-17 22:10 UTC
Requires
- php: ^8.4
- kduma/simple-dal-encryption-contracts: ^0.1.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-03-17 23:37:54 UTC
README
phpseclib3 encryption algorithm implementations for the Simple DAL encryption plugin. Provides RSA (asymmetric) and AES (symmetric) algorithms.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-encryption-phpseclib
Documentation
See the full documentation.
License
MIT