Author |
Message |
luki
Joined: 01 May 2013 Posts: 1
|
Posted: Wed May 01, 2013 12:35 pm Post subject: Checking if other file is encoded with the same password |
|
|
I have 2 files:
* a.php
* b.php
The file a.php is checking some license dependencies and including b.php in the process.
I want to validate b.php before running the internal license check.
How to check from a.php if b.php is encoded with the same password? To make sure the b.php is not swapped by adversary? |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Fri May 03, 2013 10:45 am Post subject: |
|
|
You can use include attack protection features for this. The user guide explains, but if you need more details please create a support ticket and we can assist. _________________ Community Admin |
|
Back to top |
|
 |
|