The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Crypt-Password-Util

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.