Recommend this page to a friend! |
All requests | > | Recommendation for a PHP class to enc... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by fatimafateen - 7 days ago (2021-04-12)
+1 | I need to encrypt my PHP source code. I need the whole source code file to be encrypted, which may include JavaScript, HTML and PHP code too. |
0 | by Manuel Lemos 20680 - 6 days ago (2021-04-13) Comment If you want just to obfuscate the PHP source code along with other types of files, you may want to try this package can compact PHP code and makes it hard to read. It comes with plugins to compact other types of files like JavaScript and HTML. Then it packs in a ZIP archive. It is not secure in the sense that it will stop a user with some knowledge to recover the code in a readable format, but it can be good enough to discourage somebody without much knowledge of programming to to read or copy the code. If you want a more secure solution, you may want to try PHP encoder products that encode the code in a binary format and require an extension to load and execute that code. |
Recommend package | |
|