perl-crypt-rijndael
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
- Versions: 1.16
- 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 the latest version of perl-crypt-rijndael as follows:
guix install perl-crypt-rijndael
Or install a particular version:
guix install perl-crypt-rijndael@1.16
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.
Badge code
You can use the following badge to inform users of perl-crypt-rijndael about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-crypt-rijndael'><img src='https://packages.guix.gnu.org/packages/perl-crypt-rijndael/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-crypt-rijndael)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-crypt-rijndael][https://packages.guix.gnu.org/packages/perl-crypt-rijndael/badges/latest-version.svg]]