The password of this level is calculated by the following function
function pwCheck($password) { if(base64_encode($password)=="MWU4OTQ3M2U1NjU1ZDhmNGFlM2MxZWY5Zg==") return true; else return false; }