driehle / laminas-crypt

Strong cryptography tools and password hashing

Home Page:https://docs.laminas.dev/laminas-crypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas-crypt

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

Build Status

Laminas\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.

About

Strong cryptography tools and password hashing

https://docs.laminas.dev/laminas-crypt/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%