Level 16

The password of this level is calculated by the following function

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