ameri110 Posted July 10, 2017 Share Posted July 10, 2017 Hey freaks I've got a encoded/encrypted php file and i want to know the encoding method and the decoding method! The strange part is when making a small change in the comments at the beginning it stops working! Heres the code: <?php //0004f // (c) NET service solution, s.r.o. -- The file is protected !!! ?> HR+cPmAlQVDvYrB501Vyq5mnTTwS4QvRX03yIyE18/uIHwcnv5X+fYbbTVh3eJd8C+uAaTIxvNcz JeYhhi3CfNwdwccMdDYTsycU2RDncUBOQckn+YGp6u2Q5SxY1pdJ3/xPEAvxA0r9YtebVFx1wCCL bdtMFcYD/40e/uzUYitINMfubukhbstfMbyJcOJ58lS4RTL+cDXJP1swgxzPzHOZLmetBctjr1mO t0pHyIWqmkc69FH8jIF+gGbnv3wTzoZcxm8gcWXE+GNhni6Nh8V32zvgDZqN86Khc7rl4byA533U PkMyxYQdYBig/p+PaOtpbhxccDXhq7RWxIWiK6RURA4iLcgaoIVQyRSDQXHLeHTzSLjSONkCkUXG Jn4ep7E+8zx0+OWjG78FRSSqZfg37EmGRTOUmjPmVv8mC0P59deDUSNXUGfa+df1hjC62F2XGPUG 8U/nclk8XZ4VWIAc4WFutY2pzCGK3mM4mYdVn0G0lQcZmbHAGCLL6aMH86JTck77xGgIDnAqHF5o S599n1l4K0OUcSZolzukWf0QWJ4q0Msa46MJOdsuC+z8zF0PgYvoJvU4lkx3D3v3qjWYkd69DeW+ iWbsQQy+6L6Hp4SEShQ85fdIYHapTOzr3O9XP2AqA+YWOwltxXVYuDBNXQkZAsxl2Dw2q3CzlaI+ o9sI0vYaQ7HJeZ4cXCmLrMExPqms8BItBgmDJzrnVUoKuy9AHObpwG5l/a3hX6y6l90Z1m4Vuh3/ /ayTRPd7Hv/F4NQpQbYQ6KJAwTFAhN3vY+GtbOcoA0orf3fkTDwP/mqwmJEdhiluxPxJnubDIl+l qlsuQbXBcJ+ll0NVevrz2h29/o+NOLtdTiUyVa8ba4RKiamqufoLibvSaZFg7RC9REKxMBiIhWBL QxK9rCx1i8BQXpdj7JW/fT9Z6Xj+tGFOL2Rx73xIej/egHiq0vUs7nQgHaXP4CQk+x7ols/ffLPS XtJTthA+duHb1LtmR6JtO+j+b8lctCa48UV6Sz7QoLPW70qAZ/+rlUaou8to9GHjYRMT5D3XkhO0 8p35S/npRSud7OBpJL+YmmShmsefCdlssxxdI+7BqCQYOd54xo6UZP6tq/BTJprekr8LBsa3aSTZ 2cLhakTVNlyK0ZtuWe0tnmX3fQgIl2YpjbdCVx4RlMgv1FQXzhbjQGv/Fgk2QALHv1vDz+OmXoFX 4G745/G2eJY8Z0pytfKrMX2WA2MgDK76A/kqNaUudOZgoWKAhNyFRICTpcly/B0KaKwOyypqSEzT hXS9lnxw1NClESRX5h8h0OChOh1hUy8bWyai4m9xmLFpE6ft7mVdamAHL1OTpy8JQMxKgo6PdxBy CB3zZoDCSHNepVltNxqRPETIdInSkSXdDQOD1/ygy7cCMIVW84srI72Zm/RoBwrEL6uvs2Ij2nz0 04EU8gJE1gvwUchcwItENtS3+4z2Mo0GZAAxTUC/H2B1mdiwjIW/KQrXjy57 Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted July 10, 2017 Share Posted July 10, 2017 Which part of “The file is protected” did you not understand? This script is closed-source. The owners explicitly prevent you from viewing or modifying the code. If you try to breach the protection, that's likely a licence violation and may get you into legal trouble. Which means none of us is going to help you with that. 1 Quote Link to comment Share on other sites More sharing options...
ameri110 Posted July 11, 2017 Author Share Posted July 11, 2017 Which part of “The file is protected” did you not understand? This script is closed-source. The owners explicitly prevent you from viewing or modifying the code. If you try to breach the protection, that's likely a licence violation and may get you into legal trouble. Which means none of us is going to help you with that. well firstly I'm asking this question for educational purposes. I'm a developer and it was interesting for me to know the protection type. cause in other encryption methods some extensions are loaded at the first few lines like ioncube, zend guard,... even in obfuscation methods some functions such as eval and base64 are used! I wanna know what is this method called, how should I use it and how secure it is. Quote Link to comment Share on other sites More sharing options...
requinix Posted July 11, 2017 Share Posted July 11, 2017 It's not obvious to me what the method is. You'd have to find the code that reads it. How secure anything is depends. Most of the time obfuscated PHP code is not secure but is more intended as a road block in conjunction with a license. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.