<?php $x = "\0something"; $y = "\0anything"; $salt = '$2y$04$sdlkfjsd2lkf4h6zldf35ksj252gh'; var_dump(crypt($x, $salt), crypt($y, $salt));
You have javascript disabled. You will not be able to edit any code.