<?php $hash = password_hash('test', PASSWORD_DEFAULT); if(password_verify('test', $hash)){ echo 'valid'; }
You have javascript disabled. You will not be able to edit any code.