This package browser is in early development. Mind the rough edges.

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 Chaining

  • MODE_CFB---Cipher feedback

  • MODE_CTR---Counter mode

  • MODE_ECB---Electronic cookbook mode

  • MODE_OFB---Output feedback

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-crypt-rijndael/badges/latest-version.svg)](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]]