<?php $pass = 'foo'; $hash1 = password_hash($pass, PASSWORD_DEFAULT); $hash2 = password_hash($pass, PASSWORD_DEFAULT); if ($hash1 != $hash2) { echo "Yivi was right. I shouldn't be giving this advise to strangers on the web."; }
You have javascript disabled. You will not be able to edit any code.