Phpbuka Vba
Phpbuka Vba
php
////////////////////////////////////////////////
// PHP Office VBA password remover.
//
// Created by /u/AyrA_ch for /r/excel
// Feel free to do whatever you want
// as long as access to this stays free of
// any charges and/or subscriptions.
//
// Working copy at https://home.ayra.ch/unlock/
//
// You need the bootstrap framework for this to look
nicely.
// It's optional and not required for the site to wor
k properly.
//
///////////////////////////////////////////////
$err="";
}
}
}
$zip->close();
}
else
{
$err="Can't open your file. It seems to be fr
om Office 2007 or newer but is corrupt.";
}
//return the vbaProject.bin content if it has bee
n extracted.
return $temp===FALSE?"":$temp;
}