Crypt::Rijndael is an XS-based implementation of the algorithm for the Advanced Encryption Standard, Rijndael. The main Rijndael code is in C, as is the code that applies the modes of operation, making it reasonably fast.
| Tags | Security Cryptography Software Development Libraries Perl Modules |
|---|---|
| Licenses | Artistic LGPL |
| Operating Systems | OS Independent |
| Implementation | C Perl |
Recent releases


Release Notes: Character problems in some of the files were fixed.


Release Notes: All NIST-supplied modes of operation including cipher feedback, output feedback, and counter mode were added. Tests as supplied by NIST for all of these modes were added.


Release Notes: This release allows for compatibility with older Perl versions, as well as with Win32, and tests have been added that reflect the samples given in the draft FIPS releases by NIST.


Release Notes: Initial public release.