How to Install and Uninstall libcrypt-eksblowfish-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "libcrypt-eksblowfish-perl" package

Please follow the steps below to install libcrypt-eksblowfish-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcrypt-eksblowfish-perl

2. Uninstall "libcrypt-eksblowfish-perl" package

This guide covers the steps necessary to uninstall libcrypt-eksblowfish-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcrypt-eksblowfish-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrypt-eksblowfish-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrypt-eksblowfish-perl
Priority: optional
Section: universe/perl
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.009-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libclass-mix-perl
Filename: pool/universe/libc/libcrypt-eksblowfish-perl/libcrypt-eksblowfish-perl_0.009-2build1_amd64.deb
Size: 46076
MD5sum: bf94e9a77be33f7fb640a950bdf2790a
SHA1: c980fc757a3dfc8933d26e0ab5fccefb872f45fe
SHA256: d3cb224fdc65a78a8369e47f9fc3cd55bdecc7908ca20a6e841764c3eaef38c0
Description-en: Perl module implementing the Eksblowfish block cipher
Crypt::Eksblowfish provides an implementation of the Eksblowfish encryption.
.
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 Crypt::Eksblowfish::Bcrypt for the hash algorithm.
.
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 Crypt::Eksblowfish::Family
for a way to encapsulate an Eksblowfish cipher family.
Description-md5: e08d18b44fefb312470d999be4590a4a
Homepage: https://metacpan.org/release/Crypt-Eksblowfish
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu