Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-zendframework-zend-crypt-3.3.1-1.el8.remi RPM for noarch

From Remi's RPM for RedHat EL 8 for x86_64

Name: php-zendframework-zend-crypt Distribution: Unknown
Version: 3.3.1 Vendor: Remi Collet
Release: 1.el8.remi Build date: Wed May 15 11:54:11 2019
Group: Unspecified Build host: builder.remirepo.net
Size: 182060 Source RPM: php-zendframework-zend-crypt-3.3.1-1.el8.remi.src.rpm
Packager: https://blog.remirepo.net/
Url: https://zendframework.github.io/zend-crypt/
Summary: Zend Framework Crypt component
Zend\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://zendframework.github.io/zend-crypt/

Provides

Requires

License

BSD

Changelog

* 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

Files

/usr/share/doc/php-zendframework-zend-crypt
/usr/share/doc/php-zendframework-zend-crypt/CHANGELOG.md
/usr/share/doc/php-zendframework-zend-crypt/README.md
/usr/share/doc/php-zendframework-zend-crypt/composer.json
/usr/share/licenses/php-zendframework-zend-crypt
/usr/share/licenses/php-zendframework-zend-crypt/LICENSE
/usr/share/php/Zend/Crypt
/usr/share/php/Zend/Crypt-autoload.php
/usr/share/php/Zend/Crypt/BlockCipher.php
/usr/share/php/Zend/Crypt/Exception
/usr/share/php/Zend/Crypt/Exception/ExceptionInterface.php
/usr/share/php/Zend/Crypt/Exception/InvalidArgumentException.php
/usr/share/php/Zend/Crypt/Exception/NotFoundException.php
/usr/share/php/Zend/Crypt/Exception/RuntimeException.php
/usr/share/php/Zend/Crypt/FileCipher.php
/usr/share/php/Zend/Crypt/Hash.php
/usr/share/php/Zend/Crypt/Hmac.php
/usr/share/php/Zend/Crypt/Hybrid.php
/usr/share/php/Zend/Crypt/Key
/usr/share/php/Zend/Crypt/Key/Derivation
/usr/share/php/Zend/Crypt/Key/Derivation/Exception
/usr/share/php/Zend/Crypt/Key/Derivation/Exception/ExceptionInterface.php
/usr/share/php/Zend/Crypt/Key/Derivation/Exception/InvalidArgumentException.php
/usr/share/php/Zend/Crypt/Key/Derivation/Exception/RuntimeException.php
/usr/share/php/Zend/Crypt/Key/Derivation/Pbkdf2.php
/usr/share/php/Zend/Crypt/Key/Derivation/SaltedS2k.php
/usr/share/php/Zend/Crypt/Key/Derivation/Scrypt.php
/usr/share/php/Zend/Crypt/Password
/usr/share/php/Zend/Crypt/Password/Apache.php
/usr/share/php/Zend/Crypt/Password/Bcrypt.php
/usr/share/php/Zend/Crypt/Password/BcryptSha.php
/usr/share/php/Zend/Crypt/Password/Exception
/usr/share/php/Zend/Crypt/Password/Exception/ExceptionInterface.php
/usr/share/php/Zend/Crypt/Password/Exception/InvalidArgumentException.php
/usr/share/php/Zend/Crypt/Password/Exception/RuntimeException.php
/usr/share/php/Zend/Crypt/Password/PasswordInterface.php
/usr/share/php/Zend/Crypt/PublicKey
/usr/share/php/Zend/Crypt/PublicKey/DiffieHellman.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa
/usr/share/php/Zend/Crypt/PublicKey/Rsa.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/AbstractKey.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/Exception
/usr/share/php/Zend/Crypt/PublicKey/Rsa/Exception/ExceptionInterface.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/Exception/InvalidArgumentException.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/Exception/RuntimeException.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/PrivateKey.php
/usr/share/php/Zend/Crypt/PublicKey/Rsa/PublicKey.php
/usr/share/php/Zend/Crypt/PublicKey/RsaOptions.php
/usr/share/php/Zend/Crypt/Symmetric
/usr/share/php/Zend/Crypt/Symmetric/Exception
/usr/share/php/Zend/Crypt/Symmetric/Exception/ExceptionInterface.php
/usr/share/php/Zend/Crypt/Symmetric/Exception/InvalidArgumentException.php
/usr/share/php/Zend/Crypt/Symmetric/Exception/NotFoundException.php
/usr/share/php/Zend/Crypt/Symmetric/Exception/RuntimeException.php
/usr/share/php/Zend/Crypt/Symmetric/Mcrypt.php
/usr/share/php/Zend/Crypt/Symmetric/Openssl.php
/usr/share/php/Zend/Crypt/Symmetric/Padding
/usr/share/php/Zend/Crypt/Symmetric/Padding/NoPadding.php
/usr/share/php/Zend/Crypt/Symmetric/Padding/PaddingInterface.php
/usr/share/php/Zend/Crypt/Symmetric/Padding/Pkcs7.php
/usr/share/php/Zend/Crypt/Symmetric/PaddingPluginManager.php
/usr/share/php/Zend/Crypt/Symmetric/SymmetricInterface.php
/usr/share/php/Zend/Crypt/SymmetricPluginManager.php
/usr/share/php/Zend/Crypt/Utils.php
/usr/share/php/Zend/Crypt/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 05:20:05 2024