Letter P

php-laminas-crypt - Laminas Framework Crypt component

Website: https://github.com/laminas/laminas-crypt
License: BSD
Vendor: Alcance Libre, Inc.
Description:
laminas-crypt provides support of some cryptographic tools.
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);
* 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.

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

Packages

php-laminas-crypt-3.7.0-1.aldos.noarch [41 KiB] Changelog by Remi Collet (2022-04-12):
- update to 3.7.0
- raise dependency on PHP 7.3

Listing created by Repoview-0.6.6-6.fc14.al