Level 16

The password of this level is calculated by the following function

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