3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt21 = '123456789012345678901'; $pw = 'test'; echo "Hash with salt21: " . crypt($pw, '$2a$11$' . $salt21) . "\n";

preferences:
42.61 ms | 402 KiB | 5 Q