How to Install and Uninstall libbytes-random-secure-perl Package on Kali Linux

Last updated: May 23,2024

1. Install "libbytes-random-secure-perl" package

Please follow the steps below to install libbytes-random-secure-perl on Kali Linux

$ sudo apt update $ sudo apt install libbytes-random-secure-perl

2. Uninstall "libbytes-random-secure-perl" package

Please follow the guidance below to uninstall libbytes-random-secure-perl on Kali Linux:

$ sudo apt remove libbytes-random-secure-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbytes-random-secure-perl package on Kali Linux

Package: libbytes-random-secure-perl
Version: 0.29-3
Installed-Size: 69
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcrypt-random-seed-perl, libmath-random-isaac-perl
Size: 30644
SHA256: 0acf945cd7ea1a98a55414880dded979c61869b5ecc8310a5b0d6921227429e8
SHA1: c9d8b6b32c49ed96d07b73d0b4e7a8c331962796
MD5sum: 3cc71c34ab841b00844662fdae48c9cb
Description: Perl extension to generate cryptographically-secure random bytes
Bytes::Random::Secure provides two interfaces for obtaining crypt-quality
random bytes. The simple interface is built around plain functions. For
greater control over the Random Number Generator's seeding, there is an
Object Oriented interface that provides much more flexibility.
.
The "functions" interface provides five functions that can be used any time
you need a string (or MIME Base64 representation, or hex-digits
representation, or Quoted Printable representation) of a specific number of
random bytes. There are equivalent methods available via the OO interface.
.
Bytes::Random::Secure can be a drop-in replacement for Bytes::Random, with
the primary enhancement of using a much higher quality random number
generator to create the random data. The random_bytes function emulates the
user interface of Bytes::Random's function by the same name. But with
Bytes::Random::Secure the random number generator comes from
Math::Random::ISAAC, and is suitable for cryptographic purposes. The harder
problem to solve is how to seed the generator. This module uses
Crypt::Random::Seed to generate the initial seeds for Math::Random::ISAAC.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Bytes-Random-Secure
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libb/libbytes-random-secure-perl/libbytes-random-secure-perl_0.29-3_all.deb