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

Last updated: May 11,2024

1. Install "libcrypt-hcesha-perl" package

Please follow the guidance below to install libcrypt-hcesha-perl on Kali Linux

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

2. Uninstall "libcrypt-hcesha-perl" package

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

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

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

Package: libcrypt-hcesha-perl
Version: 0.75-3
Installed-Size: 35
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9000
SHA256: 392499792dacfb3eb8737701294f52dca317bab8209076ca90b259071e29e4b1
SHA1: 92d96da7d4852d2fb42a215d0bfc50e66ffbbf71
MD5sum: dbb8c9b9dae557ee2d36d49672d65724
Description: Perl extension for one way hash chaining encryption using SHA
This module implements a chaining block cipher using a one way hash. This
method of encryption is the same that is used by radius (RFC2138) and is also
described in Applied Cryptography.
.
Two interfaces are provided in the module. The first is straight block
encryption/decryption the second does base64 mime encoding/decoding of the
encrypted/decrypted blocks.
.
The idea is that the two sides have a shared secret that supplies one of the
keys and a randomly generated block of bytes provides the second key. The
random key is passed in cleartext between the two sides.
.
An example client and server are packaged as modules with this module. They
are used in the tests. They can be found in the examples directory.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Crypt-HCE_SHA
Tag: devel::lang:perl, devel::library, implemented-in::perl,
security::cryptography
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.75-3_all.deb