Level 16

The password of this level is calculated by the following function

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