How to Install libcrypt-cbc-perl in Ubuntu 18.04



Install libcrypt-cbc-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libcrypt-cbc-perl

Description:

implementation of cipher block chaining (CBC) mode

In combination with a block cipher such as Crypt::Rijndael or Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay.

Homepage: https://metacpan.org/release/Crypt-CBC/

Version: 2.33-1

Section: universe/perl