<?php $hash = password_hash(str_repeat("a", 100), PASSWORD_DEFAULT); var_dump(password_verify(str_repeat("a", 72), $hash));
You have javascript disabled. You will not be able to edit any code.