what is the simplest way i could encrypt my php code from advanced php programmer?
opawix 0 Newbie Poster
Recommended Answers
Jump to PostIf you want that other programmers would not be able to read your code, then I will be the bad messeger: there is no way to encrypt your source code - as it must be run by php interpreter, this means that it must be decrypted at some point. So …
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.