Encrypt php source code and protect from the nulled world.
Contribute and support github.com. Fork code from GitHub then make changes and create a pull request.
Step 1: First, Download and install the bolt.so file. This is a mandatory step. Because PHP engine needs to identify then functions bolt_encrypt and bolt_decrypt functions.
bolt_encrypt( file_name, encryption_key ) this will return encrypted_code.
bolt_decrypt( encrypted_code, encryption_key) this will execute php code.
Step 2: Download the PHP encryption script. Then change your source code path, encryption key, and excluded files.
Then run encryption script in your server or localhost. Please note, you should keep PHP source code to src folder.
Step 3: Then you can see a new folder created in the encrypted folder. The encrypted folder should have permission 777. Please note, you can customize the PHP encryption script how you want.
Submit the following form. Then you will get a download link to your email. You can change the PHP encryption script according to your needs.