You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
echo "Sorry but an input size greater than {$maxInputSize} will not be processed. Input size was " . strlen($_POST['input']) . "<br>";
echo "<b>Note</b>: You can contact me via <a href='mailto:[email protected]'>email</a> if you have some good reasons why I should change the limit<br><br><br>";
}
else {
$binaryData = base64_decode($_POST['input']);
$asnObject = ASN_Object::fromBinary($binaryData);
function printObject(ASN_Object $object, $depth=0) {