<?php
$s = random_bytes(16);
$i = 1000;
var_dump(hash_equals(
hash_pbkdf2('sha256', '2905814737452000000000000000000000000000000000000000000000000000000000000000000000_HASHCAT_FTW', $s, $i),
hash_pbkdf2('sha256', '-7no| (rSnm95FNUX:R(ly*?,rpEu31D', $s, $i)
));
- Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.16, 8.3.0 - 8.3.3
- bool(true)
preferences:
56.77 ms | 407 KiB | 5 Q