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