3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * We just want to hash our password using the current DEFAULT algorithm. * This is presently BCRYPT, and will produce a 60 character result. * * Beware that DEFAULT may change over time, so you would want to prepare * By allowing your storage to expand past 60 characters (255 would be good) */ echo password_hash("54af4ba64ec0a86f4f3e1e45159df08902ab8f40", 12345678)."\n"; ?>

preferences:
32.62 ms | 402 KiB | 5 Q