<?php
$hash
=
'$2y$04$usesomesillystringfore7hnbRJHxXVLeakoG8K30oukPsA.ztMG'
;
$test
= crypt(
"password"
,
);
$pass
==
echo
"Test for functionality of compat library: "
. (
?
"Pass"
:
"Fail"
"\n"
Download this file