Please tell me this PHP encoding type?

kaps

New member
Hello,
I have one PHP encrypted file. Encryption is as follows,

<?php

$o="QAWgOzgKDSgAA.....some garbage......YAHUoOR+RERE=";
eval(base64_decode("JGxsbD0wO2V2YWwo........garbage......GwpOw=="));return;

?>

Can any know which Encoding type is this??

Also do you know how to decode it?
 
Back
Top