2017 © Pedro Peláez
 

library zend-crypt

Strong cryptography tools and password hashing

image

zendframework/zend-crypt

Strong cryptography tools and password hashing

  • Thursday, April 26, 2018
  • by zendframework
  • Repository
  • 27 Watchers
  • 70 Stars
  • 5,116,287 Installations
  • PHP
  • 127 Dependents
  • 16 Suggesters
  • 41 Forks
  • 4 Open issues
  • 70 Versions
  • 9 % Grown

The README.md

zend-crypt

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-crypt., (*1)

Build Status Coverage Status, (*2)

Zend\Crypt provides support of some cryptographic tools. Some of the available features are:, (*3)

  • 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., (*4)

  • File issues at https://github.com/zendframework/zend-crypt/issues
  • Documentation is at https://docs.zendframework.com/zend-crypt

The Versions

26/04 2018

dev-develop

dev-develop

Strong cryptography tools and password hashing

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 zendframework zf crypt

26/04 2018

dev-master

9999999-dev

Strong cryptography tools and password hashing

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 zendframework zf crypt

25/04 2018

3.3.0

3.3.0.0

Strong cryptography tools and password hashing

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zendframework zf crypt