↧
WordPress themes with eval and base64_decode lines
Lately I’ve been downloading and reading myself up on WordPress themes and stumbled upon something curious. Many themes had encrypted code/lines starting with the following code Example 1...
View ArticleEasy way to decode or decrypt eval gzinflate str_rot13 base64_decode variables
If you download and install many WordPress themes you will sometimes find themes that have encrypted lines or variables in the footer part of the theme, in the functions.php file or other included...
View Article