slackbuilds/perl/perl-CryptX
pyllyukko b9435c8434
perl/perl-CryptX: Updated for version 0.085.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-02-15 08:30:09 +07:00
..
README perl/perl-CryptX: Added (Cryptographic toolkit). 2024-06-24 08:38:35 +07:00
perl-CryptX.SlackBuild perl/perl-CryptX: Updated for version 0.085. 2025-02-15 08:30:09 +07:00
perl-CryptX.info perl/perl-CryptX: Updated for version 0.085. 2025-02-15 08:30:09 +07:00
slack-desc perl/perl-CryptX: Added (Cryptographic toolkit). 2024-06-24 08:38:35 +07:00

README

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