Description
Perl applications can use AES/Rijndael encryption primitives for compatibility with systems that expect that algorithm. It is useful for developers implementing or maintaining cryptographic file and protocol support.
Cryptographic primitives require correct modes, keys, nonces, and authentication. Prefer reviewed high-level libraries when designing new systems.