Recent content by kaps

  1. K

    Please tell me this PHP encoding type?

    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