How to Install and Uninstall perl-Crypt-Eksblowfish Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Crypt-Eksblowfish" package

This tutorial shows how to install perl-Crypt-Eksblowfish on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Crypt-Eksblowfish

2. Uninstall "perl-Crypt-Eksblowfish" package

Please follow the step by step instructions below to uninstall perl-Crypt-Eksblowfish on openSUSE Leap:

$ sudo zypper remove perl-Crypt-Eksblowfish

3. Information about the perl-Crypt-Eksblowfish package on openSUSE Leap

Information for package perl-Crypt-Eksblowfish:
-----------------------------------------------
Repository : Main Repository
Name : perl-Crypt-Eksblowfish
Version : 0.009-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 81.6 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-Eksblowfish-0.009-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Crypt-Eksblowfish/
Summary : The Eksblowfish Block Cipher
Description :
An object of this type encapsulates a keyed instance of the Eksblowfish
block cipher, ready to encrypt and decrypt.
Eksblowfish is a variant of the Blowfish cipher, modified to make the key
setup very expensive. ("Eks" stands for "expensive key schedule".) This
doesn't make it significantly cryptographically stronger, but is intended
to hinder brute-force attacks. It also makes it unsuitable for any
application requiring key agility. It was designed by Niels Provos and
David Mazieres for password hashing in OpenBSD. See the
Crypt::Eksblowfish::Bcrypt manpage for the hash algorithm. See the
Crypt::Eksblowfish::Blowfish manpage for the unmodified Blowfish cipher.
Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
parameter that controls how expensive the key scheduling is. It also takes
a family key, known as the "salt". Cost and salt parameters together define
a cipher family. Within each family, a key determines an encryption
function in the usual way. See the Crypt::Eksblowfish::Family manpage for a
way to encapsulate an Eksblowfish cipher family.