3v4l.org

run code in 300+ PHP versions simultaneously
<?php $setting = '$5$rounds=250000$1234567890987654321$'; $encrypted = crypt('StringToEncrypt', $setting); $hash = \substr($encrypted, strlen($setting)); echo $hash;

preferences:
31.59 ms | 402 KiB | 5 Q