slackbuilds_ponce/perl/perl-CryptX/README
pyllyukko 53d618b1c6
perl/perl-CryptX: Added (Cryptographic toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-24 08:38:35 +07:00

17 lines
568 B
Text

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