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