Simple PHP script to decrypt strings encoded with nested
eval(
gzinflate
(
str_rot13
(
base64_decode
(
'STRING'
))));
and
eval(
gzinflate
(
base64_decode
(
'STRING'
)));
Paste ONLY the encoded string here no apostrophes or eval(gzinflate(base64_decode('blah blah')) stuff!
Type:
eval(gzinflate(str_rot13(base64_decode('STRING'))))
eval(gzinflate(base64_decode('STRING')))