Level 16

The password of this level is calculated by the following function

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