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.
No POD found for 03podcoverage.t.
Time to read the source?
Module Install Instructions
To install Crypt::SaltedHash, copy and paste the appropriate command in to your terminal.
cpanm Crypt::SaltedHash
perl -MCPAN -e shell
install Crypt::SaltedHash
For more information on module installation, please visit the detailed CPAN module installation guide.