Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-laminas-crypt | Distribution: Unknown |
Version: 3.9.0 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine |
Release: 1.el9.remi | Build date: Mon Oct 17 13:47:10 2022 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 166004 | Source RPM: php-laminas-crypt-3.9.0-1.el9.remi.src.rpm |
Packager: Remi Collet | |
Url: https://github.com/laminas/laminas-crypt | |
Summary: Laminas Framework Crypt component |
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/
BSD
* Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 3.9.0-1 - update to 3.9.0 (no change) - raise dependency on PHP 8.0 * Wed Apr 13 2022 Remi Collet <remi@remirepo.net> - 3.8.0-1 - update to 3.8.0 - drop dependency on container-interop/container-interop - add dependency on laminas/laminas-servicemanager - add dependency on psr/container * Tue Apr 12 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1 - update to 3.7.0 - raise dependency on PHP 7.3 * Tue Dec 07 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1 - update to 3.6.0 (no change) - keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader * Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 3.5.1-1 - update to 3.5.1 - raise dependency on laminas-math 3.4 - raise dependency on laminas-stdlib 3.6 * Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 3.4.0-3 - ignore tests for deprecation * Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 - raise dependency on PHP 7.3 - switch to phpunit9
/usr/share/doc/php-laminas-crypt /usr/share/doc/php-laminas-crypt/COPYRIGHT.md /usr/share/doc/php-laminas-crypt/README.md /usr/share/doc/php-laminas-crypt/composer.json /usr/share/licenses/php-laminas-crypt /usr/share/licenses/php-laminas-crypt/LICENSE /usr/share/php/Laminas/Crypt /usr/share/php/Laminas/Crypt/BlockCipher.php /usr/share/php/Laminas/Crypt/Exception /usr/share/php/Laminas/Crypt/Exception/ExceptionInterface.php /usr/share/php/Laminas/Crypt/Exception/InvalidArgumentException.php /usr/share/php/Laminas/Crypt/Exception/NotFoundException.php /usr/share/php/Laminas/Crypt/Exception/RuntimeException.php /usr/share/php/Laminas/Crypt/FileCipher.php /usr/share/php/Laminas/Crypt/Hash.php /usr/share/php/Laminas/Crypt/Hmac.php /usr/share/php/Laminas/Crypt/Hybrid.php /usr/share/php/Laminas/Crypt/Key /usr/share/php/Laminas/Crypt/Key/Derivation /usr/share/php/Laminas/Crypt/Key/Derivation/Exception /usr/share/php/Laminas/Crypt/Key/Derivation/Exception/ExceptionInterface.php /usr/share/php/Laminas/Crypt/Key/Derivation/Exception/InvalidArgumentException.php /usr/share/php/Laminas/Crypt/Key/Derivation/Exception/RuntimeException.php /usr/share/php/Laminas/Crypt/Key/Derivation/Pbkdf2.php /usr/share/php/Laminas/Crypt/Key/Derivation/SaltedS2k.php /usr/share/php/Laminas/Crypt/Key/Derivation/Scrypt.php /usr/share/php/Laminas/Crypt/Password /usr/share/php/Laminas/Crypt/Password/Apache.php /usr/share/php/Laminas/Crypt/Password/Bcrypt.php /usr/share/php/Laminas/Crypt/Password/BcryptSha.php /usr/share/php/Laminas/Crypt/Password/Exception /usr/share/php/Laminas/Crypt/Password/Exception/ExceptionInterface.php /usr/share/php/Laminas/Crypt/Password/Exception/InvalidArgumentException.php /usr/share/php/Laminas/Crypt/Password/Exception/RuntimeException.php /usr/share/php/Laminas/Crypt/Password/PasswordInterface.php /usr/share/php/Laminas/Crypt/PublicKey /usr/share/php/Laminas/Crypt/PublicKey/DiffieHellman.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa /usr/share/php/Laminas/Crypt/PublicKey/Rsa.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/AbstractKey.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/Exception /usr/share/php/Laminas/Crypt/PublicKey/Rsa/Exception/ExceptionInterface.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/Exception/InvalidArgumentException.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/Exception/RuntimeException.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/PrivateKey.php /usr/share/php/Laminas/Crypt/PublicKey/Rsa/PublicKey.php /usr/share/php/Laminas/Crypt/PublicKey/RsaOptions.php /usr/share/php/Laminas/Crypt/Symmetric /usr/share/php/Laminas/Crypt/Symmetric/Exception /usr/share/php/Laminas/Crypt/Symmetric/Exception/ExceptionInterface.php /usr/share/php/Laminas/Crypt/Symmetric/Exception/InvalidArgumentException.php /usr/share/php/Laminas/Crypt/Symmetric/Exception/NotFoundException.php /usr/share/php/Laminas/Crypt/Symmetric/Exception/RuntimeException.php /usr/share/php/Laminas/Crypt/Symmetric/Mcrypt.php /usr/share/php/Laminas/Crypt/Symmetric/Openssl.php /usr/share/php/Laminas/Crypt/Symmetric/Padding /usr/share/php/Laminas/Crypt/Symmetric/Padding/NoPadding.php /usr/share/php/Laminas/Crypt/Symmetric/Padding/PaddingInterface.php /usr/share/php/Laminas/Crypt/Symmetric/Padding/Pkcs7.php /usr/share/php/Laminas/Crypt/Symmetric/PaddingPluginManager.php /usr/share/php/Laminas/Crypt/Symmetric/SymmetricInterface.php /usr/share/php/Laminas/Crypt/SymmetricPluginManager.php /usr/share/php/Laminas/Crypt/Utils.php /usr/share/php/Laminas/Crypt/autoload.php /usr/share/php/Zend/Crypt /usr/share/php/Zend/Crypt/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 16 14:52:46 2024