vamsikrishna Posted November 5, 2013 Share Posted November 5, 2013 In dotnet, there is something to create .dll files to protect the code. So the code can be used but not seen. Is there something like that to protect the script? Or is there any possibility to create a .dll file for our code so that we only share the .dll file and not the actual code. Quote Link to comment Share on other sites More sharing options...
requinix Posted November 5, 2013 Share Posted November 5, 2013 A .DLL made with .NET can be very easily decompiled into its source. The best thing you can do with your code is license it. Second best would be something like ionCube (that being the only such product I know by name). Quote Link to comment Share on other sites More sharing options...
GetFreaky Posted January 7, 2014 Share Posted January 7, 2014 I wouldn't say DLL's convenience is "code protection", I think you are overlooking the benefits of linked libraries. btw why are you worried about your code not being protected? Quote Link to comment Share on other sites More sharing options...
anilk Posted January 16, 2014 Share Posted January 16, 2014 You can protect your php code by PHP Protect which is a free obfuscation tool. It gives the power to you to protect your code from being altered. Quote Link to comment Share on other sites More sharing options...
Augury Posted March 10, 2014 Share Posted March 10, 2014 I wouldn't use it if it wasn't readable. I thought it was sort of the point of PHP. btw why are you worried about your code not being protected? Once someone else has it, its their problem then. 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.