Level 16

The password of this level is calculated by the following function

function pwCheck($password)
{
    if(base64_encode($password)=="MTMyMzNiY2I0NzNmMzg1YWUwYjRkNmQyYg==")
        return true;
    else return false;
}