perl-crypt-rijndael 1.16
Crypt::CBC compliant Rijndael encryption module
This module implements the Rijndael cipher which has been selected as the Advanced Encryption Standard. The keysize for Rijndael is 32 bytes. The blocksize is 16 bytes (128 bits). The supported encryption modes are:
MODE_CBC
---Cipher Block ChainingMODE_CFB
---Cipher feedbackMODE_CTR
---Counter modeMODE_ECB
---Electronic cookbook modeMODE_OFB
---Output feedback
- Outputs:
out
- Website: https://metacpan.org/release/Crypt-Rijndael
- Licenses: GPL 3
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-crypt-rijndael 1.16
as follows:
guix install perl-crypt-rijndael@1.16
Or install the latest version:
guix install perl-crypt-rijndael
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.