3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Password to be encrypted for a .htpasswd file $clearTextPassword = 'ijsbeer'; // Encrypt password $password = crypt($clearTextPassword, base64_encode($clearTextPassword)); // Print encrypted password echo $password; ?>

preferences:
56.93 ms | 402 KiB | 5 Q