I’ve been playing with some code in an existing script and come across a big chunk of encryption starting with the line : eval(gzinflate(base64_decode, this appears to be a method of encrypting a line with the base64 method and then gzipping the file to further make it difficult to read.
To get around this and to discover the secrets hidden underneath I discovered a great tool that decodes the gzinflate base64 code into a format you can read.
Simply copy and paste the code as instructed to get going:
Wonderful stuff.


No comments yet