<?php $b = password_hash('b', PASSWORD_BCRYPT); var_dump($b, password_verify('b', $b));
You have javascript disabled. You will not be able to edit any code.