1.2.525. Hash Algorithms Incompatible With PHP 7.4-¶
List of hash algorithms incompatible with PHP 7.3 and older recent. At the moment of writing, this is compatible up to 7.4s.
The hash algorithms were introduced in PHP 7.4s.
<?php
// Compatible only with 7.1 and more recent
echo hash('crc32cs', 'The quick brown fox jumped over the lazy dog.');
// Always compatible
echo hash('ripemd320', 'The quick brown fox jumped over the lazy dog.');
?>
See also hash_algos.
1.2.525.1. Specs¶
Short name |
Php/HashAlgos74 |
Rulesets |
|
Exakat since |
1.3.4 |
PHP Version |
With PHP 7.4 and older |
Severity |
Major |
Time To Fix |
Slow (1 hour) |
Precision |
Very high |
Available in |