php-laminas-crypt - Laminas Framework Crypt component
- Website:
- https://github.com/laminas/laminas-crypt
- Licence:
- BSD-3-Clause
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
laminas-crypt provides support of some cryptographic tools. The available features are: * encrypt-then-authenticate using symmetric ciphers (the authentication step is provided using HMAC); * encrypt/decrypt using symmetric and public key algorithm (e.g. RSA algorithm); * generate digital sign using public key algorithm (e.g. RSA algorithm); * key exchange using the Diffie-Hellman method; * key derivation function (e.g. using PBKDF2 algorithm); * secure password hash (e.g. using Bcrypt algorithm); * generate Hash values; * generate HMAC values; The main scope of this component is to offer an easy and secure way to protect and authenticate sensitive data in PHP. Documentation: https://docs.laminas.dev/laminas-crypt/
Packages
php-laminas-crypt-3.10.0-1.remi.src | [197 KiB] |
Changelog by Remi Collet (2023-03-06):
- update to 3.10.0 |
php-laminas-crypt-3.9.0-1.remi.src | [190 KiB] |
Changelog by Remi Collet (2022-10-17):
- update to 3.9.0 (no change) - raise dependency on PHP 8.0 |
php-laminas-crypt-3.8.0-1.remi.src | [191 KiB] |
Changelog by Remi Collet (2022-04-13):
- update to 3.8.0 - drop dependency on container-interop/container-interop - add dependency on laminas/laminas-servicemanager - add dependency on psr/container |
php-laminas-crypt-3.7.0-1.remi.src | [191 KiB] |
Changelog by Remi Collet (2022-04-12):
- update to 3.7.0 - raise dependency on PHP 7.3 |
php-laminas-crypt-3.6.0-1.remi.src | [188 KiB] |
Changelog by Remi Collet (2021-12-07):
- update to 3.6.0 (no change) - keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader |
php-laminas-crypt-3.5.1-1.remi.src | [187 KiB] |
Changelog by Remi Collet (2021-11-29):
- update to 3.5.1 - raise dependency on laminas-math 3.4 - raise dependency on laminas-stdlib 3.6 |
php-laminas-crypt-3.4.0-3.remi.src | [186 KiB] |
Changelog by Remi Collet (2021-11-10):
- ignore tests for deprecation |
php-laminas-crypt-3.4.0-1.remi.src | [186 KiB] |
Changelog by Remi Collet (2021-02-15):
- update to 3.4.0 - raise dependency on PHP 7.3 - switch to phpunit9 |