How to Install and Uninstall php-laminas-crypt.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "php-laminas-crypt.noarch" package

Here is a brief guide to show you how to install php-laminas-crypt.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-laminas-crypt.noarch

2. Uninstall "php-laminas-crypt.noarch" package

This tutorial shows how to uninstall php-laminas-crypt.noarch on Fedora 34:

$ sudo dnf remove php-laminas-crypt.noarch $ sudo dnf autoremove

3. Information about the php-laminas-crypt.noarch package on Fedora 34

Last metadata expiration check: 1:06:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-laminas-crypt
Version : 3.4.0
Release : 1.fc34
Architecture : noarch
Size : 40 k
Source : php-laminas-crypt-3.4.0-1.fc34.src.rpm
Repository : fedora
Summary : Laminas Framework Crypt component
URL : https://github.com/laminas/laminas-crypt
License : BSD
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/