zendframework/zend-crypt
最新稳定版本:3.3.1
Composer 安装命令:
composer require zendframework/zend-crypt
包简介
Strong cryptography tools and password hashing
关键字:
README 文档
README
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
统计信息
- 总下载量: 14.94M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 91
- 点击次数: 2
- 依赖项目数: 111
- 推荐数: 19
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-02-07