slackbuilds_ponce/perl/perl-CryptX
pyllyukko 576a37b64c
perl/perl-CryptX: Updated for version 0.081.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:36:45 +07:00
..
perl-CryptX.info
perl-CryptX.SlackBuild
README
slack-desc

CryptX - Cryptographic toolkit

Perl modules providing a cryptography based on LibTomCrypt library.

Includes the following functionality:

* Symmetric ciphers - see Crypt::Cipher and related modules
* Block cipher modes
* Stream ciphers
* Authenticated encryption modes
* Hash Functions - see Crypt::Digest and related modules
* Checksums
* Message Authentication Codes
* Public key cryptography
* Cryptographically secure random number generators - see Crypt::PRNG
* Key derivation functions - PBKDF1, PBKDF2 and HKDF
* Other handy functions related to cryptography