Security Advisories (2)
CVE-2026-47372 (2026-05-20)

Crypt::SaltedHash versions through 0.09 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography.

CVE-2026-47373 (2026-05-20)

Crypt::SaltedHash versions through 0.09 for Perl is susceptible to timing attacks. These versions use Perl's built-in eq comparison. Discrepencies in timing could be used to guess the underlying hash.

Changes for version 0.02 - 2005-11-14

  • fixed some bugs; added tests and documentation

Modules

Perl interface to functions that will assist in working with salted hashes.