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:
38.08 ms | 402 KiB | 5 Q