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

Last updated: May 13,2024

1. Install "libcrypt-des-ede3-perl" package

This tutorial shows how to install libcrypt-des-ede3-perl on Kali Linux

$ sudo apt update $ sudo apt install libcrypt-des-ede3-perl

2. Uninstall "libcrypt-des-ede3-perl" package

This is a short guide on how to uninstall libcrypt-des-ede3-perl on Kali Linux:

$ sudo apt remove libcrypt-des-ede3-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcrypt-des-ede3-perl
Version: 0.01-3
Installed-Size: 19
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcrypt-des-perl
Size: 6384
SHA256: b84f5af4b2eb6cbd7bdd380e016a421955a38af895d6b7b68f81105d18855f83
SHA1: 9b378d175b749aa377f5d9628410aa009bf3ccc6
MD5sum: 7ff770ea9eb448bf93f80787c0377d74
Description: Triple-DES EDE encryption/decryption for perl
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
.
You're probably best off not using this module directly, as the encrypt
and decrypt methods expect 8-octet blocks. You might want to use the
module in conjunction with Crypt::CBC, for example. This would be
DES-EDE3-CBC, or triple-DES in outer CBC mode.
Description-md5:
Homepage: https://metacpan.org/release/Crypt-DES_EDE3
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-des-ede3-perl/libcrypt-des-ede3-perl_0.01-3_all.deb