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