The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Crypto-OpenSSL-PBKDF2 version 0.02
==================================

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

The code in this module is released under GNU GPLv2.

Copyright 2009 - 2010 R.Scussat - OpenDiogene Project.

This program is free software; you can redistribute
it and/or modify it under the terms of supplied license.

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