Download the PHP package zendframework/zend-crypt without Composer
On this page you can find all versions of the php package zendframework/zend-crypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zendframework/zend-crypt
More information about zendframework/zend-crypt
Files in zendframework/zend-crypt
Download zendframework/zend-crypt
More information about zendframework/zend-crypt
Files in zendframework/zend-crypt
Vendor zendframework
Package zend-crypt
Short Description Strong cryptography tools and password hashing
License BSD-3-Clause
Package zend-crypt
Short Description Strong cryptography tools and password hashing
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package zend-crypt
zend-crypt
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-crypt.
Zend\Crypt
provides support of some cryptographic tools.
Some of 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);
- encrypt/decrypt using hybrid mode (OpenPGP like);
- 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.
- File issues at https://github.com/zendframework/zend-crypt/issues
- Documentation is at https://docs.zendframework.com/zend-crypt
All versions of zend-crypt with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
ext-mbstring Version *
container-interop/container-interop Version ^1.2
zendframework/zend-math Version ^3.0
zendframework/zend-stdlib Version ^2.7.7 || ^3.1
ext-mbstring Version *
container-interop/container-interop Version ^1.2
zendframework/zend-math Version ^3.0
zendframework/zend-stdlib Version ^2.7.7 || ^3.1
The package zendframework/zend-crypt contains the following files
Loading the files please wait ....