How to Install and Uninstall libcrypt-ecb-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libcrypt-ecb-perl" package

In this section, we are going to explain the necessary steps to install libcrypt-ecb-perl on Kali Linux

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

2. Uninstall "libcrypt-ecb-perl" package

Please follow the steps below to uninstall libcrypt-ecb-perl on Kali Linux:

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

3. Information about the libcrypt-ecb-perl package on Kali Linux

Package: libcrypt-ecb-perl
Version: 2.23-1
Installed-Size: 52
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcrypt-blowfish-perl | libcrypt-cast5-perl | libcrypt-des-ede3-perl | libcrypt-des-perl | libcrypt-eksblowfish-perl | libcrypt-twofish-perl
Suggests: libcrypt-blowfish-perl, libcrypt-cast5-perl, libcrypt-des-ede3-perl, libcrypt-des-perl, libcrypt-eksblowfish-perl, libcrypt-twofish-perl
Size: 18336
SHA256: 76e5e1f4ad0189ee1b4858d323ef25a2a96cbaa57247a6caebe3cb549f632485
SHA1: 1b7f30bc2d4fa97c5a168bcdad4fef87710efacf
MD5sum: d1903c18b2cd3772500d3ccf815500b4
Description: Perl library to encrypt data using ECB mode
Crypt::ECB is a Perl-only implementation of the ECB mode. In
combination with a block cipher such as DES, IDEA or Blowfish, you can
encrypt and decrypt messages of arbitrarily long length. Though for
security reasons other modes than ECB such as CBC should be preferred.
See textbooks on cryptography if you want to know why.
.
The functionality of the module can be accessed via OO methods or via
standard function calls. Remember that some crypting module like for
example Blowfish has to be installed. The syntax follows that of
Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC,
though Crypt::ECB is more flexible. For example you can change the key
or the cipher without having to create a new crypt object.
Description-md5:
Homepage: https://metacpan.org/release/Crypt-ECB
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
security::cryptography
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-ecb-perl/libcrypt-ecb-perl_2.23-1_all.deb