1.2.523. Hash Algorithms Incompatible With PHP 5.4/5.5¶
List of hash algorithms incompatible with PHP 5.4 and 5.5.
<?php
// Compatible only with 5.4 and more recent
echo hash('fnv132', '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.523.1. Specs¶
Short name |
Php/HashAlgos54 |
Rulesets |
All, CompatibilityPHP54, CompatibilityPHP55, CompatibilityPHP56, CompatibilityPHP70, CompatibilityPHP71, CompatibilityPHP72 |
Exakat since |
0.8.4 |
PHP Version |
With PHP 5.4 and older |
Severity |
Major |
Time To Fix |
Slow (1 hour) |
Precision |
Very high |
Available in |