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.el7.remi | Build date: Mon Dec 5 15:41:27 2022 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 166004 | Source RPM: php-laminas-crypt-3.9.0-1.el7.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 * Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 3.3.1-2 - cleanup * Tue Jan 07 2020 Remi Collet <remi@remirepo.net> - 3.3.1-1 - switch to Laminas * Wed May 15 2019 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 * Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 3.3.0-1 - update to 3.3.0 - raise dependency on container-interop/container-interop 1.2 - switch to phpunit6 or phpunit7 - use range dependencies on F27+ * Mon Dec 04 2017 Remi Collet <remi@remirepo.net> - 3.2.1-3 - switch from zend-loader to fedora/autoloader * Wed Nov 08 2017 Remi Collet <remi@remirepo.net> - 3.2.1-2 - fix erratic FTBFS from Koschei, ignore 1 failed test on arm https://github.com/zendframework/zend-crypt/issues/53 * Fri Aug 04 2017 Remi Collet <remi@remirepo.net> - 3.2.1-1 - Update to 3.2.1 * Wed Dec 07 2016 Remi Collet <remi@fedoraproject.org> - 3.2.0-1 - update to 3.2.0 * Fri Aug 12 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1 - update to 3.1.0 * Wed Jun 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-1 - update to 3.0.0 for ZendFramework 3 - add dependencies autoloader - raise dependency on PHP 5.6 - raise dependency on zend-math 3.0 * Thu Feb 04 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - update to 2.6.0 - raise dependency on zend-math ~2.6 - raise dependency on zend-stdlib ~2.7 - drop dependency on zend-servicemanager - add dependency on container-interop/container-interop * Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 - update to 2.5.2 - raise dependency on PHP 5.5 * Wed Aug 05 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-2 - fix dependencies * Tue Aug 04 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 - initial package
/usr/share/doc/php-laminas-crypt-3.9.0 /usr/share/doc/php-laminas-crypt-3.9.0/COPYRIGHT.md /usr/share/doc/php-laminas-crypt-3.9.0/README.md /usr/share/doc/php-laminas-crypt-3.9.0/composer.json /usr/share/licenses/php-laminas-crypt-3.9.0 /usr/share/licenses/php-laminas-crypt-3.9.0/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, Tue Jul 9 10:19:37 2024