承接 zendframework/zend-crypt 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Build Status Coverage Status

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.

统计信息

  • 总下载量: 14.94M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 91
  • 点击次数: 2
  • 依赖项目数: 111
  • 推荐数: 19

GitHub 信息

  • Stars: 89
  • Watchers: 23
  • Forks: 42
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-02-07