The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Perl module Crypt-OpenSSL-AES
=============================

This is Crypt::OpenSSL::AES, an XS-wrapper around
OpenSSL's AES (Advanced Encryption Standard) library.

This module is an alternative to the implementation provided by
Crypt::Rijndael which implements AES itself. In contrast, this
module is simply a wrapper around the OpenSSL library.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2006 DelTel, Inc.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.