Revision history for Perl module Crypt::SaltedHash

0.10 2026-05-19
    - Maintenance taken over by Robert Rothenberg <perl@rhizomnic.com>
    - Updated the Git Repository
    - Updated copyright year
    - Minimum Perl version is v5.6.0
    - Added missing prerequisites, fixes RT#116392
    - Security: Use system randomness source to generate the salt CVE-2026-47372
    - Security: Use constant-time comparison of hashes CVE-2026-47373
    - Deprecated module
    - Updated README

0.09 2013-07-30
    - add Test::Fatal test requires

0.08 2013-07-30
    - correct version in package

0.07  2013-07-30
    - switch to use Dist::Zilla
    - fix bug with failed regex and localization of $1
    - handle some uninitialized variables
    - RT Bug #78505 for Crypt-SaltedHash: Noisy tests (Unescaped left brace in regex is deprecated)
    - RT Bug #85627 for Crypt-SaltedHash: [PATCH] POD fix

0.06  2010-02-28
    - added clear method
    - add returns now $self

0.05  2006-08-10
    - switched to Module::Build

0.04  2006-01-26
    - algorithm recognition fixed

0.03  2005-11-14
    - spelling fixed

0.02  2005-11-14
    - fixed some bugs; added tests and documentation

0.01  2005-11-13
    - original version; created by h2xs 1.23 with options
        -XA -n Crypt::SaltedHash
