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

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 Chaining

  • MODE_CFB---Cipher feedback

  • MODE_CTR---Counter mode

  • MODE_ECB---Electronic cookbook mode

  • MODE_OFB---Output feedback

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.