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

Last updated: May 09,2024

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

In this section, we are going to explain the necessary steps to install php-laminas-crypt.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall php-laminas-crypt.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:00:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-laminas-crypt
Version : 3.8.0
Release : 1.fc35.remi
Architecture : noarch
Size : 42 k
Source : php-laminas-crypt-3.8.0-1.fc35.remi.src.rpm
Repository : remi
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/