Remi's RPM repository - Packages

Blog | Forum | Repository

php-zendframework-zend-crypt - Zend Framework Crypt component

Website:
http://framework.zend.com/
Licence:
BSD
Vendor:
Remi Collet
Description:
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.

Packages

php-zendframework-zend-crypt-2.6.0-1.el5.remi.noarch [34 KiB] Changelog by Remi Collet (2016-02-04):
- 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
php-zendframework-zend-crypt-2.5.2-1.el5.remi.noarch [33 KiB] Changelog by Remi Collet (2015-11-25):
- update to 2.5.2
- raise dependency on PHP 5.5