3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = hash('sha256', uniqid(mt_rand(), true) . 'ooga booga' . strtolower('Admin')); $hash = $salt . $pswd; for($i = 0; $i < 10000; $i++) { $hash = hash('sha256', $hash); } echo $hash;

preferences:
32.71 ms | 402 KiB | 5 Q