Add files from parent branch HEAD:
[pkgsrc.git] / security / p5-Crypt-OpenSSL-AES / DESCR
1 This module implements a wrapper around OpenSSL. Specifically, it wraps the
2 methods related to the US Government's Advanced Encryption Standard (the
3 Rijndael algorithm).
4 This module is compatible with Crypt::CBC (and likely other modules that
5 utilize a block cipher to make a stream cipher).
6 This module is an alternative to the implementation provided by Crypt::Rijndael
7 which implements AES itself. In contrast, this module is simply a wrapper
8 around the OpenSSL library.
9 The Crypt::Rijndael implementation seems to produce inaccurate results on
10 64-bit x86 machines. By using OpenSSL, this module aims to avoid architecture
11 specific problems, allowing the OpenSSL maintainers to overcome such issues.