The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Crypt-Password-Util

0.10     2015-01-25 (PERLANCAR)

         - No functional changes.

         - [dzil] Rebuild with MakeMaker instead of ModuleBuild.

         - [Refactoring] Move list of crypt types to a hash variable to make it
           easier to add new types.


0.09     2013-03-01 (SHARYANTO)

         - Detect BCRYPT encoding ($2$ and $2a$).

         - Mention Authen::Passphrase.


0.08     2012-09-06 (SHARYANTO)

         - Use UUID::Random::Patch::UseMRS for more secure salt.


0.07     2012-09-06 (SHARYANTO)

         - No functional changes. Fix salt generation (used + instead of .). Add
           more tests.


0.06     2012-09-06 (SHARYANTO)

         [ENHANCEMENTS]

         - Add function: crypt().


0.05     2012-09-06 (SHARYANTO)

         [BUG FIXES]

         - CRYPT: salt can be non-base64 digits.


0.04     2012-09-06 (SHARYANTO)

         [BUG FIXES]

         - SSHA256 and SSHA512 allows up to 16 characters of salt, not 8 like in
           MD5-CRYPT.


0.03     2012-09-06 (SHARYANTO)

         [ENHANCEMENTS]

         - Add function: crypt_type().

         - Support SSHA256 and PLAIN-MD5 crypts.


0.02     2012-09-06 (SHARYANTO)

         - No functional changes. Add 'apr1' example in Synopsis.


0.01     2012-09-06 (SHARYANTO)

         - First release.