Hello,
Is it possible to just encrypt a portion of a full php script?
For example: Just encrypt the following, but leave the rest of the script non-ecrypted.
function getTimeStamp() {
return time();
}
Thanks.
Hello,
Is it possible to just encrypt a portion of a full php script?
For example: Just encrypt the following, but leave the rest of the script non-ecrypted.
function getTimeStamp() {
return time();
}
Thanks.