Crypto-OpenSSL-PBKDF2 version 0.04
==================================

This is an XS-wrapper around OpenSSL's PKCS5 PBKDF2 function, used
to derive a key from a passphrase.

This module is an alternative to the implementation provided by
Crypt::PBKDF2, but faster and lighter. This module is simply a 
wrapper around the OpenSSL library function PKCS5_PBKDF2_HMAC_SHA1.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires OpenSSL; tested on several versions starting
at 0.9.8 with Perl 5.8.8 and 5.10.0.

COPYRIGHT AND LICENCE

Copyright 2009 - 2015 R.Scussat - OpenDiogene Project.

Crypt::OpenSSL::PBKDF2 is free software; you may redistribute it
and/or modify it under the terms of GNU GPLv2 (or later version) or Artistic License.

The full text of the license can be found in the
LICENSE file included with this module.