[](https://github.com/giterlizzi/perl-Crypt-PBE/releases) [](https://travis-ci.org/giterlizzi/perl-Crypt-PBE) [](https://github.com/giterlizzi/perl-Crypt-PBE) [](https://github.com/giterlizzi/perl-Crypt-PBE) [](https://github.com/giterlizzi/perl-Crypt-PBE) [](https://github.com/giterlizzi/perl-Crypt-PBE/issues) [](https://coveralls.io/github/giterlizzi/perl-Crypt-PBE) # Crypt::PBE - Perl extension for PKCS #5 Password-Based Encryption ## Synopsis ```.pl use Crypt::PBE qw(:jce); my $pbe = PBEWithMD5AndDES('mypassword'); my $encrypted = $pbe->encrypt('secret'); # Base64 encrypted data print $pbe->decrypt($encrypted); ``` ## Install To install `Crypt::PBE` distribution, run the following commands: perl Makefile.PL make make test make install ## Copyright - Copyright 2020 © Giuseppe Di Terlizzi