Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-ZendFramework2-Crypt - Zend Framework 2: Crypt Component

Website:
http://framework.zend.com/manual/2.3/en/modules/zend.crypt.introduction.html
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. Because the use of cryptography is not
so easy we recommend to use the Zend\Crypt component only if you have a minimum
background on this topic.

Packages

php-ZendFramework2-Crypt-2.4.10-1.el6.remi.noarch [33 KiB] Changelog by Shawn Iwinski (2016-06-12):
- Update to 2.4.10 (RHBZ #1343995 / RHBZ #1343990)
- Switch to GitHub source (and separate ZendXml pkg)
- Move autoloader into spec
php-ZendFramework2-Crypt-2.4.9-1.el6.remi.noarch [32 KiB] Changelog by Remi Collet (2015-11-25):
- Update to 2.4.9

Provided by: Nexcess.net