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

Last updated: May 05,2024

1. Install "libcrypt-simple-perl" package

Here is a brief guide to show you how to install libcrypt-simple-perl on Kali Linux

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

2. Uninstall "libcrypt-simple-perl" package

This guide covers the steps necessary to uninstall libcrypt-simple-perl on Kali Linux:

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

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

Package: libcrypt-simple-perl
Version: 0.06-8
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
Size: 8360
SHA256: 82f1dbe346895d12196019c58ed527a8ae247c260cc70c75cb0e735a0ac95a9b
SHA1: 6ecf4cb076a68e93611e15a4efa2bfb0edb917b7
MD5sum: f22c956697198c559ffdf785ffcf4317
Description: Perl library to encrypt stuff simply
Maybe you have a web application and you need to store some session
data at the client side (in a cookie or hidden form fields) but you
don't want the user to be able to mess with the data. Maybe you want
to save secret information to a text file. Maybe you have better
ideas of what to do with encrypted stuff!
.
The Crypt::Simple module will convert all your data into nice base64 text
that you can save in a text file, send in an email, store in a cookie
or web page, or bounce around the Net. The data you encrypt can be as
simple or as complicated as you like.
Description-md5:
Homepage: https://metacpan.org/release/Crypt-Simple
Tag: devel::lang:perl, devel::library, implemented-in::perl,
security::cryptography
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-simple-perl/libcrypt-simple-perl_0.06-8_all.deb