Level 16
The password of this level is calculated by the following function
function pwCheck($password)
{
if(base64_encode($password)=="NWI4ODY0ZjM0MThjY2E5MzM3MTU1NTZhZQ==")
return true;
else return false;
}
The password of this level is calculated by the following function
function pwCheck($password)
{
if(base64_encode($password)=="NWI4ODY0ZjM0MThjY2E5MzM3MTU1NTZhZQ==")
return true;
else return false;
}