2017 © Pedro Peláez
 

library zend-crypt

image

webino/zend-crypt

  • Thursday, June 14, 2018
  • by Webino
  • Repository
  • 1 Watchers
  • 1 Stars
  • 62 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 41 Forks
  • 0 Open issues
  • 71 Versions
  • 0 % Grown

The README.md

zend-crypt

Build Status Coverage Status, (*1)

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

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

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

The Versions

14/06 2018

dev-master

9999999-dev

Strong cryptography tools and password hashing

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zendframework zf crypt

14/06 2018

dev-develop

dev-develop

Strong cryptography tools and password hashing

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

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